tdgrant1 / denss

Calculate electron density from a solution scattering profile
GNU General Public License v3.0
31 stars 22 forks source link

Requirements #14

Open kif opened 3 years ago

kif commented 3 years ago

This is simple patch to allow the build of wheel packages with python setup.py bdist_wheel

tdgrant1 commented 3 years ago

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.

kif commented 3 years ago

Apparently, with Python 3.10, distutil will definitively be replaced with setuptools