0.5.4.post0
This commit is contained in:
parent
ea1ba430aa
commit
f80a90740c
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "sqlcipher3-wheels"
|
name = "sqlcipher3-wheels"
|
||||||
version = "0.5.4"
|
version = "0.5.4.post0"
|
||||||
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 = [{ name = "Charles Leifer", email = "coleifer@gmail.com" }]
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -227,7 +227,7 @@ if __name__ == "__main__":
|
||||||
# With pyproject.toml, all are not necessary except ext_modules
|
# With pyproject.toml, all are not necessary except ext_modules
|
||||||
# However, they are kept for building python 3.6 wheels
|
# However, they are kept for building python 3.6 wheels
|
||||||
name="sqlcipher3-wheels",
|
name="sqlcipher3-wheels",
|
||||||
version="0.5.4",
|
version="0.5.4.post0",
|
||||||
package_dir={"sqlcipher3": "sqlcipher3"},
|
package_dir={"sqlcipher3": "sqlcipher3"},
|
||||||
packages=["sqlcipher3"],
|
packages=["sqlcipher3"],
|
||||||
ext_modules=[module],
|
ext_modules=[module],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue