Rename wheel to "sqlcipher3-wheels"
This commit is contained in:
parent
35369604d4
commit
865247ab69
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
[project]
|
[project]
|
||||||
name = "sqlcipher3"
|
name = "sqlcipher3-wheels"
|
||||||
version = "0.5.2"
|
version = "0.5.2"
|
||||||
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" }
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -190,7 +190,7 @@ if __name__ == "__main__":
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
# name and version for building python 3.6 wheel
|
# name and version for building python 3.6 wheel
|
||||||
name="sqlcipher3",
|
name="sqlcipher3-wheels",
|
||||||
version="0.5.2",
|
version="0.5.2",
|
||||||
ext_modules=[module],
|
ext_modules=[module],
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue