monocongo/climate_indices

Delete setup.py, don't keep a fake version

Opened this issue · 2 comments

Describe the bug
Since 4a7147e setup.py does not properly install

To Reproduce
Steps to reproduce the behavior:
python setup.py install --root="$pkgdir/" --optimize=1

Suggestion
Delete it. It's cruel for classic self-packaging users ("Stallman's") to keep a fake version.

Obviously, I'm no expert at packaging. When I moved to using pyproject.toml instead, the tutorial I followed advised leaving that in place. Please respond with sufficient information to persuade me that this isn't necessary. I'm easy to convince.

This is fixed in the latest PR and the upcoming version 2.0.0. Enjoy!