Skip to content

Commit 738d790

Browse files
authored
chore: Update "Development Status" classifiers (#2950)
1 parent 6c4916a commit 738d790

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ def read_requirements(req="base.txt"):
7272
extras_require={"dev": read_requirements("dev.txt")},
7373
keywords="AWS SAM Serverless Application Model",
7474
classifiers=[
75-
"Development Status :: 4 - Beta",
75+
# https://pypi.org/classifiers/
76+
"Development Status :: 5 - Production/Stable",
7677
"Environment :: Console",
7778
"Environment :: Other Environment",
7879
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)