]> git.ipfire.org Git - thirdparty/python-drafthorse.git/commitdiff
setup.py: include_package_data
authorRaphael Michel <mail@raphaelmichel.de>
Thu, 25 Oct 2018 19:27:17 +0000 (21:27 +0200)
committerRaphael Michel <mail@raphaelmichel.de>
Thu, 25 Oct 2018 19:27:17 +0000 (21:27 +0200)
setup.py

index be938870ae8a4809b64b065ad5b35177e394c623..00d342118db1c5383c6aa1dedc631cb372d2bc5c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -39,4 +39,5 @@ setup(
                      ] + (['isoweek'] if sys.version_info < (3, 6) else []),
 
     packages=find_packages(include=['drafthorse', 'drafthorse.*']),
+    include_package_data=True,
 )