jdtuck / fdasrsf_python

elastic fda python code
http://research.tetonedge.net
BSD 3-Clause "New" or "Revised" License
51 stars 18 forks source link

Fix pyproject.toml #24

Closed vnmabus closed 2 years ago

vnmabus commented 2 years ago

The recent version of setuptools checks strict adherence to PEP 621, refusing to install a package with an invalid pyproject.toml file. As the pyproject.toml file in this repository was different from the PEP 621, this project could not be installed with recent versions of setuptools. I have fixed this file and validated it with validate-pyproject, which is the tool that the new version of setuptool uses.

Fixes #23.

vnmabus commented 2 years ago

Can you please take a look at this, @jdtuck?

jdtuck commented 2 years ago

Thank you so much!