Rename wheel to "sqlcipher3-wheels"

This commit is contained in:
laggykiller 2024-02-24 22:15:35 +08:00
parent 35369604d4
commit 865247ab69
2 changed files with 2 additions and 2 deletions

View file

@ -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" }

View file

@ -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],
) )