Add new library version files. Fix setup.
This commit is contained in:
parent
d6c9cfd215
commit
d29247e7c3
Binary file not shown.
Binary file not shown.
3
setup.py
3
setup.py
|
@ -59,7 +59,7 @@ class UploadCommand(Command):
|
||||||
self.status('Uploading the package to PyPI via Twine…')
|
self.status('Uploading the package to PyPI via Twine…')
|
||||||
os.system('twine upload dist/*')
|
os.system('twine upload dist/*')
|
||||||
|
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = NAME,
|
name = NAME,
|
||||||
|
@ -79,7 +79,6 @@ setup(
|
||||||
anticaptcha
|
anticaptcha
|
||||||
python3
|
python3
|
||||||
recaptcha
|
recaptcha
|
||||||
captcha
|
|
||||||
security
|
security
|
||||||
api
|
api
|
||||||
python-library
|
python-library
|
||||||
|
|
Loading…
Reference in New Issue