dkriegner / xrayutilities

xrayutilities - a package with useful scripts for X-ray diffraction physicists
http://xrayutilities.sourceforge.io
GNU General Public License v2.0
83 stars 29 forks source link

remove dependency on soon deprecated distutils #130

Closed dkriegner closed 3 years ago

dkriegner commented 3 years ago

distutils will be deprecated https://www.python.org/dev/peps/pep-0632/

Therefore it should be removed from setup.py. It is mostly replaced by equivalent setuptools functionality.