Skip to content

Commit

Permalink
Include package data
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeee committed Dec 18, 2023
1 parent 6085cc5 commit c44573b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
author="Rajendra Adhikari",
author_email='[email protected]',
package_dir={"buildstock_query": "buildstock_query"},
package_data={'buildstock_query': ['**']},
include_package_data=True,
python_requires='>=3.9',
install_requires=[
"pandas >= 2.0.0",
Expand Down

0 comments on commit c44573b

Please sign in to comment.