Skip to content

Commit 51a1be0

Browse files
add classifiers
1 parent 7ae629e commit 51a1be0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ authors = [
1010
{ name = "r41k0u", email="[email protected]" },
1111
{ name = "varun-r-mallya", email="[email protected]" }
1212
]
13+
classifiers = [
14+
"Development Status :: 3 - Alpha",
15+
"Intended Audience :: Developers",
16+
"Operating System :: POSIX :: Linux",
17+
"Programming Language :: Python :: 3",
18+
"Programming Language :: Python :: 3.8",
19+
"Programming Language :: Python :: 3.9",
20+
"Programming Language :: Python :: 3.10",
21+
"Programming Language :: Python :: 3.11",
22+
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python",
24+
"Topic :: Software Development :: Libraries :: Python Modules",
25+
"Topic :: System :: Operating System Kernels :: Linux",
26+
]
1327
readme = "README.md"
1428
license = {text = "Apache-2.0"}
1529
requires-python = ">=3.8"

0 commit comments

Comments
 (0)