Skip to content

Commit 9e76cac

Browse files
committed
Add PyPI classifiers
1 parent 8faf325 commit 9e76cac

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ license = "Apache-2.0"
77
readme = "README.md"
88
homepage = "https://github.com/networktocode/schema-enforcer"
99
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+
]
1018
include = [
1119
"CHANGELOG.md",
1220
"LICENSE",

0 commit comments

Comments
 (0)