Skip to content

Commit 2a52841

Browse files
amirreza-sf80carltongibson
authored andcommitted
add trove classifiers
1 parent da2b07d commit 2a52841

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

setup.py

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,26 @@
3737
"channels>=4.2.2",
3838
],
3939
extras_require={"cryptography": crypto_requires, "tests": test_requires},
40+
classifiers=[
41+
"Development Status :: 5 - Production/Stable",
42+
"Environment :: Web Environment",
43+
"Intended Audience :: Developers",
44+
"License :: OSI Approved :: BSD License",
45+
"Operating System :: OS Independent",
46+
"Programming Language :: Python",
47+
"Programming Language :: Python :: 3",
48+
"Programming Language :: Python :: 3 :: Only",
49+
"Programming Language :: Python :: 3.9",
50+
"Programming Language :: Python :: 3.10",
51+
"Programming Language :: Python :: 3.11",
52+
"Programming Language :: Python :: 3.12",
53+
"Programming Language :: Python :: 3.13",
54+
"Programming Language :: Python :: 3.14",
55+
"Framework :: Django",
56+
"Framework :: Django :: 4.2",
57+
"Framework :: Django :: 5.1",
58+
"Framework :: Django :: 5.2",
59+
"Framework :: Django :: 6.0",
60+
"Topic :: Internet :: WWW/HTTP",
61+
],
4062
)

0 commit comments

Comments
 (0)