Skip to content

Commit

Permalink
build: update settings for sdist contents (#34)
Browse files Browse the repository at this point in the history
Fixes #33
  • Loading branch information
afuetterer authored May 20, 2024
1 parent 2aeb17f commit 3aa1dbe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ urls.Repository = "https://github.com/afuetterer/python-re3data.git"
scripts.re3data = "re3data.__main__:app"

[tool.hatch.build.targets.sdist]
include = [
"src",
"CHANGELOG.md",
only-include = [
"src/re3data",
]

[tool.hatch.build.targets.wheel]
Expand Down

0 comments on commit 3aa1dbe

Please sign in to comment.