From 6e4dc0f5aa952b3badc915f09e95c0d845358528 Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Tue, 11 Nov 2025 10:13:41 +0530 Subject: [PATCH] Bump setuptools version in setup.py to use new licensing format --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2444d63..042221b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools>=42", + "setuptools>=77", "wheel", "ninja", "cmake>=4.0", @@ -18,7 +18,6 @@ authors = [ ] readme = "README.md" license = "Apache-2.0" -license-files = ["LICENSE"] requires-python = ">=3.8" classifiers = [ "Development Status :: 3 - Alpha",