Update pyproject.toml
This commit is contained in:
parent
d15a48be3e
commit
2e29209393
1 changed files with 5 additions and 3 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue