Fix build
This commit is contained in:
parent
c8a7e08bd2
commit
6ffbe31c43
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -193,7 +193,7 @@ if __name__ == "__main__":
|
|||
# However, they are kept for building python 3.6 wheels
|
||||
name="sqlcipher3-wheels",
|
||||
version="0.5.2.post0",
|
||||
package_dir={"sqlcipher3-wheels": "sqlcipher3"},
|
||||
packages=["sqlcipher3-wheels"],
|
||||
package_dir={"sqlcipher3": "sqlcipher3"},
|
||||
packages=["sqlcipher3"],
|
||||
ext_modules=[module],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue