We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084f60b commit 764861fCopy full SHA for 764861f
pyproject.toml
@@ -37,10 +37,21 @@ license = "MIT"
37
keywords = ["commitizen", "conventional", "commits", "git"]
38
readme = "docs/README.md"
39
homepage = "https://github.com/commitizen-tools/commitizen"
40
+# See also: https://pypi.org/classifiers/
41
classifiers = [
42
+ "Development Status :: 5 - Production/Stable",
43
+ "Environment :: Console",
44
+ "Intended Audience :: Developers",
45
"License :: OSI Approved :: MIT License",
46
+ "Natural Language :: English",
47
+ "Operating System :: OS Independent",
48
+ "Programming Language :: Python",
49
+ "Programming Language :: Python :: 3",
50
"Programming Language :: Python :: 3.6",
51
"Programming Language :: Python :: 3.7",
52
+ "Programming Language :: Python :: 3.8",
53
+ "Programming Language :: Python :: 3.9",
54
+ "Programming Language :: Python :: 3.10",
55
"Programming Language :: Python :: Implementation :: CPython",
56
]
57
0 commit comments