We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a85a64 commit a51bed1Copy full SHA for a51bed1
pyproject.toml
@@ -17,7 +17,8 @@ authors = [
17
{ name = "varun-r-mallya", email = "[email protected]" }
18
]
19
readme = "README.md"
20
-license = { file = "LICENSE" }
+license = "Apache-2.0"
21
+license-files = ["LICENSE"]
22
requires-python = ">=3.8"
23
classifiers = [
24
"Development Status :: 3 - Alpha",
@@ -29,6 +30,7 @@ classifiers = [
29
30
"Programming Language :: Python :: 3.10",
31
"Programming Language :: Python :: 3.11",
32
"Programming Language :: Python :: 3.12",
33
+ "Programming Language :: Python :: 3.13",
34
"Programming Language :: C++",
35
"Topic :: Software Development :: Libraries :: Python Modules",
36
"Topic :: System :: Operating System Kernels :: Linux",
0 commit comments