Revert to dict style license to allow building on older python

This commit is contained in:
laggykiller 2025-08-26 07:44:44 +08:00
parent 382ab8e1bd
commit 279176c945
No known key found for this signature in database

View file

@ -7,7 +7,7 @@ authors = [
{ name = "Charles Leifer", email = "coleifer@gmail.com" }, { name = "Charles Leifer", email = "coleifer@gmail.com" },
{ name = "laggykiller", email = "chaudominic2@gmail.com" } { name = "laggykiller", email = "chaudominic2@gmail.com" }
] ]
license = "Zlib" license = { text = "zlib/libpng" }
classifiers = [ classifiers = [
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",
"Intended Audience :: Developers", "Intended Audience :: Developers",
@ -26,7 +26,7 @@ homepage = "https://github.com/laggykiller/sqlcipher3"
[build-system] [build-system]
requires = [ requires = [
"conan>=2.0", "conan>=2.0",
"setuptools>=77", "setuptools>=45",
"lipomerge>=0.1.1", "lipomerge>=0.1.1",
"urllib3<2.0" # urllib3>=2.0 not work for building python3.7 wheels (https://github.com/urllib3/urllib3/issues/2168) "urllib3<2.0" # urllib3>=2.0 not work for building python3.7 wheels (https://github.com/urllib3/urllib3/issues/2168)
] ]