ndparker / rjsmin

Fast javascript minifier for Python
http://opensource.perlig.de/rjsmin/
Apache License 2.0
60 stars 15 forks source link

Installation breaks with new setuptools #9

Closed joostrijneveld closed 7 years ago

joostrijneveld commented 7 years ago

This is the same issue as rcssmin is suffering from, documented at https://github.com/ndparker/rcssmin/issues/6

mogosselin commented 7 years ago

People that are after a quick solution, you can downgrade setuptools using pip with these 2 commands:

Then the pip install should work on whatever need rjsmin, in my case it was django-compressor.

joostrijneveld commented 7 years ago

This has been resolved in setuptools 28.7.1.