weaverba137 / pydl

Library of IDL astronomy routines converted to Python.
BSD 3-Clause "New" or "Revised" License
28 stars 16 forks source link

Custom sdist command is not fully compatible with build #66

Closed weaverba137 closed 2 years ago

weaverba137 commented 2 years ago

The setup.py file declares a custom sdist command, which is fine when using python setup.py sdist, but not when using python -m build. The net result is that setup.py is sometimes left out of the distribution file(s). Probably adding setup.py to MANIFEST.in would fix this, but this needs to be tested.