From a51bed14caa7d8c50e78ec54448d62853b5e745d Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Tue, 11 Nov 2025 10:04:13 +0530 Subject: [PATCH] Fix LICENSE and metadata in pyproject.toml --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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",