diff --git a/pyproject.toml b/pyproject.toml index 5ddb75a..51fda22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "sqlcipher3" +name = "sqlcipher3-wheels" version = "0.5.2" description = "DB-API 2.0 interface for SQLCipher 3.x" readme = { content-type = "text/markdown", file = "README.md" } diff --git a/setup.py b/setup.py index de6e7f1..6036674 100644 --- a/setup.py +++ b/setup.py @@ -190,7 +190,7 @@ if __name__ == "__main__": setup( # name and version for building python 3.6 wheel - name="sqlcipher3", + name="sqlcipher3-wheels", version="0.5.2", ext_modules=[module], )