Skip to content

Commit 1960b97

Browse files
committed
Update pypi classifiers to include Wagtail, Django and audience
1 parent 85adabc commit 1960b97

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

setup.py

+8
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,20 @@
5151
classifiers=[
5252
"Development Status :: 5 - Production/Stable",
5353
"License :: OSI Approved :: MIT License",
54+
"Intended Audience :: Developers",
55+
"Operating System :: OS Independent",
5456
"Programming Language :: Python :: 3",
5557
"Programming Language :: Python :: 3.6",
5658
"Programming Language :: Python :: 3.7",
5759
"Programming Language :: Python :: 3.8",
60+
"Programming Language :: Python :: 3.9",
5861
"Programming Language :: Python :: Implementation :: CPython",
5962
"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",
6068
],
6169
zip_safe=False,
6270
)

0 commit comments

Comments
 (0)