HERA-Team / aipy

Astronomical Interferometry in PYthon (AIPY)
http://pypi.python.org/pypi/aipy
Other
43 stars 29 forks source link

Always use setuptools in setup.py #21

Closed pkgw closed 7 years ago

pkgw commented 7 years ago

Setuptools is the recommended system to use for packaging projects:

https://packaging.python.org/guides/tool-recommendations/