diff --git a/pyproject.toml b/pyproject.toml index 08c7b8f..2444d63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",