Skip to content

Commit 603c400

Browse files
authored
Change development status classifier to "Production/Stable" (#75)
1 parent 5c343bb commit 603c400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
install_requires=["requests>=2.22.0"],
3838
extras_require={"dev": dev_requirements, ":python_version<'3.4'": ["enum34"],},
3939
classifiers=[
40-
"Development Status :: 1 - Planning",
40+
"Development Status :: 5 - Production/Stable",
4141
"Intended Audience :: Developers",
4242
"License :: OSI Approved :: MIT License",
4343
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)