diff --git a/setup.py b/setup.py index 2485ea1..fe38595 100644 --- a/setup.py +++ b/setup.py @@ -41,5 +41,7 @@ setup( "Programming Language :: Python :: 3.8", "Framework :: Django", ], + python_requires='>=3.6', install_requires=["django-appconf >= 0.4"], ) +