Skip to content

Commit

Permalink
setup: Update development status to Production/Stable
Browse files Browse the repository at this point in the history
Following the guidelines of https://pypi.org/classifiers/
our current development status should not be "alpha",
but "Production/Stable"
  • Loading branch information
s-heppner committed Jan 24, 2024
1 parent a751264 commit 460d3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 460d3b5

Please sign in to comment.