weaverba137 / pydl

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

Missing setup.py in PyPI tarball #65

Closed ViviCoder closed 2 years ago

ViviCoder commented 2 years ago

The tarball of version 1.0.0rc2 available on PyPI is missing setup.py.

weaverba137 commented 2 years ago

That may be a feature, not a bug. setup.py is deprecated anyway. Does the package fail to install with pip?

weaverba137 commented 2 years ago

1.0.0rc2 has been yanked. Use 1.0.0rc1, there is no difference in the code, API, etc.

weaverba137 commented 2 years ago

If you absolutely must use 1.0.0rc2, use pip install git+https://github.com/weaverba137/pydl.git@1.0.0rc2.