Skip to content

Commit

Permalink
update setup.py and pyproject.toml to include package data and find p…
Browse files Browse the repository at this point in the history
…ackages
  • Loading branch information
dwr-psandhu committed Dec 20, 2024
1 parent 31fba9a commit 65e1dac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ homepage = "https://github.com/dwr-psandhu/pyhecdss"

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

[tool.setuptools]
include-package-data = true
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,7 @@ def read(*parts):
setup(
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
packages=find_packages(),
include_package_data=True,
ext_modules=[pyheclib_module],
)

0 comments on commit 65e1dac

Please sign in to comment.