cenkalti / kuyruk

⚙️ Simple task queue for Python
https://kuyruk.readthedocs.org/
MIT License
234 stars 17 forks source link

Fixed encoding name so Windows Python 3.4+ can install Kuyruk #46

Closed frol closed 8 years ago

frol commented 8 years ago

Without this fix, Kuyruk cannot be installed on Windows with Python 3; it is throwing the following exception:

  File "setup.py", line 1
SyntaxError: encoding problem: utf8

Log: https://ci.appveyor.com/project/conda-forge/staged-recipes/build/1.0.8257/job/h4vl9b2sipdk1hi8

I have tested this small fix and it works. It would be nice if you can push a new release once this is merged, so the Anaconda package can be built for all platforms.