diff --git a/setup.cfg b/setup.cfg index 6718b50..addcd62 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,10 @@ project_urls = Documentation = https://django-cryptography.readthedocs.io [options] -packages = django_cryptography +packages = + django_cryptography + django_cryptography.core + django_cryptography.utils python_requires = >=3.7 include_package_data = True install_requires =