From 382ab8e1bd16a0f7a484f0bf7a126057b6100dcd Mon Sep 17 00:00:00 2001 From: laggykiller Date: Tue, 26 Aug 2025 07:29:46 +0800 Subject: [PATCH] Fix building --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5926a79..b328a38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,11 +26,11 @@ homepage = "https://github.com/laggykiller/sqlcipher3" [build-system] requires = [ "conan>=2.0", - "setuptools>=45", + "setuptools>=77", "lipomerge>=0.1.1", "urllib3<2.0" # urllib3>=2.0 not work for building python3.7 wheels (https://github.com/urllib3/urllib3/issues/2168) ] build-backend = "setuptools.build_meta" [tool.setuptools] -packages = ["sqlcipher3"] \ No newline at end of file +packages = ["sqlcipher3"]