berkerpeksag / astor

Python AST read/write
https://pypi.org/project/astor/
BSD 3-Clause "New" or "Revised" License
810 stars 102 forks source link

Fix Python 3 installation. #2

Closed berkerpeksag closed 10 years ago

berkerpeksag commented 10 years ago

In Python 3, the long_description field should not be a bytes object.

I also cleanup the Python version classfiers.

Note: This issue can be reproduced by installing astor manually(e.g. python3 setup.py install) or adding astor to install_requires in your project(e.g. https://github.com/hylang/hy/pull/328/files)