EducationalTestingService / skll

SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.
http://skll.readthedocs.org
Other
552 stars 67 forks source link

Switch from setup.py to pyproject.toml #771

Closed desilinguist closed 4 months ago

desilinguist commented 8 months ago

See these refs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/ https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html

This is in-line with the latest python packaging recommendations.