Add test during building
This commit is contained in:
parent
24477fdc4d
commit
d4eba9ac42
4 changed files with 71 additions and 32 deletions
2
setup.py
2
setup.py
|
|
@ -191,6 +191,6 @@ if __name__ == "__main__":
|
|||
setup(
|
||||
# name and version for building python 3.6 wheel
|
||||
name="sqlcipher3-wheels",
|
||||
version="0.5.2",
|
||||
version="0.5.2.post0",
|
||||
ext_modules=[module],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue