Skip to content

Commit

Permalink
update pyproject.toml to adjust package discovery settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dwr-psandhu committed Dec 20, 2024
1 parent 65e1dac commit b6955b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ dependencies = [
homepage = "https://github.com/dwr-psandhu/pyhecdss"

[tool.setuptools.packages.find]
where = ["pyhecdss"]
include = ["pyhecdss*"]
where = ["."]

[tool.setuptools]
include-package-data = true
Expand Down

0 comments on commit b6955b3

Please sign in to comment.