Skip to content

Commit ce40cfc

Browse files
authored
Merge pull request #6 from avdata99/fix_missing_files
include pkg data to add missing files (like yaml)
2 parents 6bff8d5 + 8c0a7ed commit ce40cfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
# You can just specify the packages manually here if your project is
5353
# simple. Or you can use find_packages().
5454
packages=find_packages(exclude=['tests*']),
55+
include_package_data=True,
5556

5657
# setup_requires=['wheel'],
5758
# List run-time dependencies here. These will be installed by pip when your

0 commit comments

Comments
 (0)