diff --git a/setup.py b/setup.py index 6302cbf..84eb268 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="django_scopedsites", - packages=["scopedsites"], + packages=["scopedsites", "scopedsites.migrations"], version="0.1.0", description="django_scopes x django.contrib.sites", python_requires=">=3.6",