dtrx-py / dtrx

Do The Right Extraction
GNU General Public License v3.0
224 stars 10 forks source link

Fix install issue with recent setuptools #47

Closed noahp closed 1 year ago

noahp commented 1 year ago

The hack to prevent installation on Windows no longer works. I didn't track down the exact setuptools version where this starts failing, but just fix the problem by using the unsupported-python dependency on Windows.

Fixes #45 + #46