denss
denss copied to clipboard
Requirements
This is simple patch to allow the build of wheel packages with python setup.py bdist_wheel
This broke my installation. I may need to look into entry_points to make this work. For now I will not merge this, but will work on incorporating it. I think using setuptools should be fine since most users should be able to get setuptools, but it is third party and not part of the official Python distribution like disutils is, which is why it wasn't being used.
Apparently, with Python 3.10, distutil will definitively be replaced with setuptools