Skip to content

Commit

Permalink
Add new library version files. Fix setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Feb 14, 2019
1 parent d6c9cfd commit d29247e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file added dist/python3-anticaptcha-1.2.3.tar.gz
Binary file not shown.
Binary file added dist/python3_anticaptcha-1.2.3-py3-none-any.whl
Binary file not shown.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def run(self):
self.status('Uploading the package to PyPI via Twine…')
os.system('twine upload dist/*')

sys.exit()
sys.exit()

setup(
name = NAME,
Expand All @@ -79,7 +79,6 @@ def run(self):
anticaptcha
python3
recaptcha
captcha
security
api
python-library
Expand Down

0 comments on commit d29247e

Please sign in to comment.