AndreiDrang / python3-anticaptcha

Python library for AntiCaptcha.
https://andreidrang.github.io/python3-anticaptcha/
MIT License
158 stars 39 forks source link

Wrong errors.py file packed in dist/python3-anticaptcha-1.2.1.tar.gz #36

Closed maximium closed 5 years ago

maximium commented 5 years ago

Describe the bug python3_anticaptcha/errors.py file in git and distribution archive are different.

To Reproduce Steps to reproduce the behavior:

  1. You're in your python3-anticaptcha repo dir
  2. git checkout 1.2.1
  3. tar xzf dist/python3-anticaptcha-1.2.1.tar.gz -C /tmp/unpacked_dist
  4. diff /tmp/unpacked_dist/python3_anticaptcha/errors.py python3_anticaptcha/errors.py
AndreiDrang commented 5 years ago

Thanks! Fixed in version 1.2.2