EducationalTestingService / skll

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

Switch from setup.py to pyproject.toml #771

Closed desilinguist closed 1 week ago

desilinguist commented 4 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.