We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85adabc commit 1960b97Copy full SHA for 1960b97
setup.py
@@ -51,12 +51,20 @@
51
classifiers=[
52
"Development Status :: 5 - Production/Stable",
53
"License :: OSI Approved :: MIT License",
54
+ "Intended Audience :: Developers",
55
+ "Operating System :: OS Independent",
56
"Programming Language :: Python :: 3",
57
"Programming Language :: Python :: 3.6",
58
"Programming Language :: Python :: 3.7",
59
"Programming Language :: Python :: 3.8",
60
+ "Programming Language :: Python :: 3.9",
61
"Programming Language :: Python :: Implementation :: CPython",
62
"Programming Language :: Python :: Implementation :: PyPy",
63
+ "Framework :: Django",
64
+ "Framework :: Django :: 2.2",
65
+ "Framework :: Django :: 3.1",
66
+ "Framework :: Django :: 3.2",
67
+ "Framework :: Wagtail",
68
],
69
zip_safe=False,
70
)
0 commit comments