diff --git a/setup.py b/setup.py index 1ac8be8..48bb309 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def read(filename): author_email="developer@example.com", keywords="django, app, template", url="https://github.com/StuartMacKay/django-app_template", - packages=["app_project", "app_project/migrations"], + packages=["app_project"], package_dir={"": "src"}, include_package_data=True, zip_safe=False,