Update setup.py

This commit is contained in:
Fabio Caccamo
2022-12-04 15:43:20 +01:00
parent dba40e3b61
commit 6b841b0916
+3 -1
View File
@@ -49,6 +49,9 @@ setup(
"custom", "custom",
"ui", "ui",
], ],
requires=[
"django (>= 2.2)",
],
install_requires=[ install_requires=[
"django-colorfield >= 0.8.0, < 1.0.0", "django-colorfield >= 0.8.0, < 1.0.0",
], ],
@@ -67,7 +70,6 @@ setup(
"Natural Language :: English", "Natural Language :: English",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",