Skip to content

Commit 764861f

Browse files
committed
chore: improve package classifiers
1 parent 084f60b commit 764861f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pyproject.toml

+11
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,21 @@ license = "MIT"
3737
keywords = ["commitizen", "conventional", "commits", "git"]
3838
readme = "docs/README.md"
3939
homepage = "https://github.com/commitizen-tools/commitizen"
40+
# See also: https://pypi.org/classifiers/
4041
classifiers = [
42+
"Development Status :: 5 - Production/Stable",
43+
"Environment :: Console",
44+
"Intended Audience :: Developers",
4145
"License :: OSI Approved :: MIT License",
46+
"Natural Language :: English",
47+
"Operating System :: OS Independent",
48+
"Programming Language :: Python",
49+
"Programming Language :: Python :: 3",
4250
"Programming Language :: Python :: 3.6",
4351
"Programming Language :: Python :: 3.7",
52+
"Programming Language :: Python :: 3.8",
53+
"Programming Language :: Python :: 3.9",
54+
"Programming Language :: Python :: 3.10",
4455
"Programming Language :: Python :: Implementation :: CPython",
4556
]
4657

0 commit comments

Comments
 (0)