awesome-spectral-indices / spyndex

Awesome Spectral Indices in Python.
https://spyndex.readthedocs.io/
MIT License
186 stars 22 forks source link

migrate from setup.py to pyproject.toml #20

Open bastiencyr opened 1 year ago

bastiencyr commented 1 year ago

Hey,

I noticed that this project use setup.py. But this format is not the preferred format anymore for a python project : https://peps.python.org/pep-0518/ . I can open a pull request if you agree to migrate to pyproject.toml and it will work in the same way it worked before.

I also notice that there is no wheel, we can in a second step generate wheels.

Bastien

davemlz commented 1 year ago

Hey @bastiencyr!

Yes, I'm aware, I just wanted an editable thing so I didn't bother, but you're right! ;) If you wanna do it, please be my guest!

Cheers,

David