awesome-spectral-indices / spyndex

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

Use pyproject.toml instead of setup.py #22

Open bastiencyr opened 1 year ago

bastiencyr commented 1 year ago

Hello,

I have rewritten the setup.py into pyproject.toml. The build result is exactly the same. However:

  1. I have removed the licence keyword since it is not needed thanks to trove classifier : https://setuptools.pypa.io/en/latest/deprecated/distutils/setupscript.html#additional-meta-data
  2. I have added the black profile just in case you use black : https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html
  3. I have changed the version value from 0.5.0 to 0.5.1
bastiencyr commented 1 year ago

Should close #20