Skip to content

Commit

Permalink
try again with too.hatch.build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Palmer committed Nov 4, 2024
1 parent 24fa8de commit b1cea31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ Repository = "https://github.com/nextgenusfs/buscolitegit"
[project.scripts]
buscolite = "buscolite.__main__:main"

[tool.hatch.build.targets.sdist]
[tool.hatch.build]
include = [
"data/*",
"buscolite/*.py",
"buscolite/data/*",
"README.md",
"LICENSE.md"
]
Expand Down

0 comments on commit b1cea31

Please sign in to comment.