Skip to content

Commit

Permalink
Fixed issue with setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstolker committed Apr 3, 2024
1 parent 776ff15 commit 424ec93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
url="https://github.com/tomasstolker/species",
project_urls={"Documentation": "https://species.readthedocs.io"},
packages=setuptools.find_packages(include=["species", "species.*"]),
package_dir={"species:": "species"},
package_data={"species": ["data/companion_data/*.json"]},
install_requires=install_requires,
tests_require=["pytest"],
Expand Down

0 comments on commit 424ec93

Please sign in to comment.