Skip to content

Commit

Permalink
Remove migrations from the list of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartMacKay committed Dec 21, 2023
1 parent ed9564e commit 64c72bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read(filename):
author_email="[email protected]",
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,
Expand Down

0 comments on commit 64c72bd

Please sign in to comment.