Skip to content

Commit

Permalink
set 'include_package_data' to true
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Dec 31, 2023
1 parent 2c78fea commit 4a85008
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 @@ -47,4 +47,5 @@ def find_version(*filepath):
],
install_requires=open("./requirements.txt").readlines(),
python_requires=">=3.5",
include_package_data=True,
)

0 comments on commit 4a85008

Please sign in to comment.