Skip to content

Commit

Permalink
Change PyPI dev status to "Production/Stable" (#394)
Browse files Browse the repository at this point in the history
py-spy works well, so mark it as stable.
  • Loading branch information
adamchainz authored May 14, 2021
1 parent ab09351 commit a9f4c9c
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 @@ -111,7 +111,7 @@ def _get_cross_compile_target():
license="MIT",
cmdclass={"install": PostInstallCommand, "bdist_wheel": bdist_wheel},
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 2",
"Intended Audience :: Developers",
Expand Down

0 comments on commit a9f4c9c

Please sign in to comment.