berkerpeksag / astor

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

PyPI package for 0.7.0 does not contain setuputils.py #116

Closed moubctez closed 6 years ago

moubctez commented 6 years ago

PyPI package for 0.7.0 does not contain setuputils.py and building fails with

  File "setup.py", line 5, in <module>
    from setuputils import find_version
ModuleNotFoundError: No module named 'setuputils'

Please, fix. :)

berkerpeksag commented 6 years ago

Bah, sorry for the noise! I'm about to release 0.7.1, can you test it on Test PyPI?

$ pip install -i https://test.pypi.org/simple/ astor
berkerpeksag commented 6 years ago

0.7.1 released on PyPI. Could you try installing 0.7.1 from PyPI, not Test PyPI?

moubctez commented 6 years ago

This one is better. Thanks! :) 👍

berkerpeksag commented 6 years ago

No problem, and thank you for the report! :)