HearthSim / decrunch

Python wrapper around Crunch DXTc decompressor
https://hearthsim.info
zlib License
14 stars 23 forks source link

include the decrunch name in setup() call #7

Closed kevinw closed 5 years ago

kevinw commented 6 years ago

I was seeing decrunch installed to folders with UNKNOWN in their name.

jleclanche commented 6 years ago

This isn't correct, you should be updating setuptools before installing. (pip install --upgrade pip wheel setuptools)