Update pyproject.toml

This commit is contained in:
laggykiller 2025-08-26 05:33:15 +08:00
parent d15a48be3e
commit 2e29209393
No known key found for this signature in database

View file

@ -3,12 +3,14 @@ name = "sqlcipher3-wheels"
version = "0.5.5" version = "0.5.5"
description = "DB-API 2.0 interface for SQLCipher 3.x" description = "DB-API 2.0 interface for SQLCipher 3.x"
readme = { content-type = "text/markdown", file = "README.md" } readme = { content-type = "text/markdown", file = "README.md" }
authors = [{ name = "Charles Leifer", email = "coleifer@gmail.com" }] authors = [
license = { text = "zlib/libpng" } { name = "Charles Leifer", email = "coleifer@gmail.com" },
{ name = "laggykiller", email = "chaudominic2@gmail.com" }
]
license = "Zlib"
classifiers = [ classifiers = [
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"License :: OSI Approved :: zlib/libpng License",
"Operating System :: MacOS :: MacOS X", "Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows", "Operating System :: Microsoft :: Windows",
"Operating System :: POSIX", "Operating System :: POSIX",