PyCQA / modernize

Modernizes Python code for eventual Python 3 migration. Built on top of fissix (a fork of lib2to3)
https://modernize.readthedocs.org/
Other
353 stars 51 forks source link

Rename installed package to `modernize` #114

Closed techtonik closed 9 years ago

techtonik commented 9 years ago

Why pip install modernize installs libmodernize? I expected to use it like python -m modernize given that there is __main__.py in repository.

daira commented 9 years ago

Fixed in [696e2878bd6035c6bd4f12b02def2950fec3dea9].