diff --git a/setup.py b/setup.py index 7c6888a5..23e4d9b4 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,7 @@ # You can just specify the packages manually here if your project is # simple. Or you can use find_packages(). packages=find_packages(exclude=['tests*']), + include_package_data=True, # setup_requires=['wheel'], # List run-time dependencies here. These will be installed by pip when your