Skip to content

Commit 62c4ea7

Browse files
committed
setup.py: fix classifiers
1 parent 8ad5b02 commit 62c4ea7

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
@@ -50,7 +50,7 @@ def run(self):
5050
"schema"
5151
],
5252
classifiers=[
53-
"Classifier: Development Status :: 4 - Beta",
53+
"Development Status :: 5 - Production/Stable",
5454
"Intended Audience :: Developers",
5555
"Intended Audience :: Science/Research",
5656
"Intended Audience :: Education",

0 commit comments

Comments
 (0)