Skip to content

Commit

Permalink
build: Fix stable trove classifier
Browse files Browse the repository at this point in the history
As it named `Development Status :: 5 - Production/Stable`, not just
`Development Status :: 5 - Stable` 🤷
  • Loading branch information
playpauseandstop committed Dec 20, 2022
1 parent 24f8d8b commit ac99cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ packages = [
]
keywords = ["changelog", "conventional commit", "bump", "version", "calver", "semver", "pre release"]
classifiers = [
"Development Status :: 5 - Stable",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Environment :: Console",
Expand Down

0 comments on commit ac99cb0

Please sign in to comment.