We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5726c commit c02dcd5Copy full SHA for c02dcd5
setup.py
@@ -35,7 +35,7 @@
35
# 3 - Alpha
36
# 4 - Beta
37
# 5 - Production/Stable
38
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
39
# Indicate who your project is intended for
40
"Intended Audience :: Developers",
41
# Pick your license as you wish (should match "license" above)
@@ -46,6 +46,7 @@
46
"Programming Language :: Python :: 3.7",
47
"Programming Language :: Python :: 3.8",
48
"Programming Language :: Python :: 3.9",
49
+ "Programming Language :: Python :: 3.10",
50
],
51
python_requires=">=3.6",
52
project_urls={
0 commit comments