We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4916a commit 738d790Copy full SHA for 738d790
setup.py
@@ -72,7 +72,8 @@ def read_requirements(req="base.txt"):
72
extras_require={"dev": read_requirements("dev.txt")},
73
keywords="AWS SAM Serverless Application Model",
74
classifiers=[
75
- "Development Status :: 4 - Beta",
+ # https://pypi.org/classifiers/
76
+ "Development Status :: 5 - Production/Stable",
77
"Environment :: Console",
78
"Environment :: Other Environment",
79
"Intended Audience :: Developers",
0 commit comments