We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8faf325 commit 9e76cacCopy full SHA for 9e76cac
1 file changed
pyproject.toml
@@ -7,6 +7,14 @@ license = "Apache-2.0"
7
readme = "README.md"
8
homepage = "https://github.com/networktocode/schema-enforcer"
9
repository = "https://github.com/networktocode/schema-enforcer"
10
+classifiers = [
11
+ "Intended Audience :: Developers",
12
+ "Development Status :: 5 - Production/Stable",
13
+ "Programming Language :: Python :: 3",
14
+ "Programming Language :: Python :: 3.10",
15
+ "Programming Language :: Python :: 3.11",
16
+ "Programming Language :: Python :: 3.12",
17
+]
18
include = [
19
"CHANGELOG.md",
20
"LICENSE",
0 commit comments