diff --git a/setup.py b/setup.py index 4b4fedb59d4581f9730e6fcb4d33acd6414dc186..cae327934c08fe70088e8c6a682c12d7db771281 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ setup( py_modules=['pytest_django_testing_postgresql'], install_requires=['dj-database-url', 'testing.postgresql'], + include_package_data=True, zip_safe=False, entry_points = {