Add new library version files. Fix setup.

This commit is contained in:
Andrei 2019-02-14 14:32:33 +03:00
parent d6c9cfd215
commit d29247e7c3
3 changed files with 1 additions and 2 deletions

BIN
dist/python3-anticaptcha-1.2.3.tar.gz vendored Normal file

Binary file not shown.

Binary file not shown.

View File

@ -59,7 +59,7 @@ class UploadCommand(Command):
self.status('Uploading the package to PyPI via Twine…')
os.system('twine upload dist/*')
sys.exit()
sys.exit()
setup(
name = NAME,
@ -79,7 +79,6 @@ setup(
anticaptcha
python3
recaptcha
captcha
security
api
python-library