Skip to content

Commit 5f80044

Browse files
committed
[setup.py] add Production, Py3.7,Py3.8 setup.py classifiers
1 parent f0cc5a4 commit 5f80044

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,14 @@ def version_read():
5858
keywords="",
5959
include_package_data=True,
6060
classifiers=[
61-
"Development Status :: 4 - Beta",
61+
"Development Status :: 5 - Production/Stable",
6262
"Natural Language :: English",
6363
"License :: OSI Approved :: MIT License",
6464
"Operating System :: OS Independent",
6565
"Programming Language :: Python",
6666
"Programming Language :: Python :: 3",
6767
"Programming Language :: Python :: 3.6",
68+
"Programming Language :: Python :: 3.7",
69+
"Programming Language :: Python :: 3.8",
6870
],
6971
)

0 commit comments

Comments
 (0)