rspivak / slimit

SlimIt - a JavaScript minifier/parser in Python
MIT License
550 stars 94 forks source link

Release please: No longer installable on Python 3 due to setuptools dropping build_py_2to3 #116

Open ztane opened 1 year ago

ztane commented 1 year ago

The 0.8.1 in PyPI is no longer installable using latest setuptools because it silently fails to import build_py_2to3 which would fix the import inside slimit/__init__.py.

sfmqrb commented 1 year ago

@rspivak No plan to resolve this issue?