Fix LICENSE and metadata in pyproject.toml

This commit is contained in:
Pragyansh Chaturvedi
2025-11-11 10:04:13 +05:30
parent 3a85a6446e
commit a51bed14ca

View File

@ -17,7 +17,8 @@ authors = [
{ name = "varun-r-mallya", email = "varunrmallya@gmail.com" }
]
readme = "README.md"
license = { file = "LICENSE" }
license = "Apache-2.0"
license-files = ["LICENSE"]
requires-python = ">=3.8"
classifiers = [
"Development Status :: 3 - Alpha",
@ -29,6 +30,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: C++",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Operating System Kernels :: Linux",