Skip to content

Commit a51bed1

Browse files
committed
Fix LICENSE and metadata in pyproject.toml
1 parent 3a85a64 commit a51bed1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ authors = [
1717
{ name = "varun-r-mallya", email = "[email protected]" }
1818
]
1919
readme = "README.md"
20-
license = { file = "LICENSE" }
20+
license = "Apache-2.0"
21+
license-files = ["LICENSE"]
2122
requires-python = ">=3.8"
2223
classifiers = [
2324
"Development Status :: 3 - Alpha",
@@ -29,6 +30,7 @@ classifiers = [
2930
"Programming Language :: Python :: 3.10",
3031
"Programming Language :: Python :: 3.11",
3132
"Programming Language :: Python :: 3.12",
33+
"Programming Language :: Python :: 3.13",
3234
"Programming Language :: C++",
3335
"Topic :: Software Development :: Libraries :: Python Modules",
3436
"Topic :: System :: Operating System Kernels :: Linux",

0 commit comments

Comments
 (0)