Skip to content

Commit

Permalink
Fix source distribution includes
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Oct 1, 2024
1 parent c0f7a83 commit c939b2a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- ## [Unreleased] -->

## 3.1.2

### Changed

- Reduced source distribution size by excluding unnecessary files.

## 3.1.1

### Added
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ build = ["pyinstaller", "build"]
[tool.hatch.version]
path = "zabbix_cli/__about__.py"

[tool.hatch.build.targets.sdist]
include = ["zabbix_cli", "AUTHORS", "CHANGELOG"]
exclude = [".venv*"]

[tool.hatch.build.targets.wheel]
packages = ["zabbix_cli"]

Expand Down

0 comments on commit c939b2a

Please sign in to comment.