xadrianzetx / optuna-distributed

Distributed hyperparameter optimization made easy
MIT License
34 stars 1 forks source link

Switch to PEP 518 style distribution #24

Closed xadrianzetx closed 2 years ago

xadrianzetx commented 2 years ago

Is your feature request related to a problem? Please describe. Since setup.py is considered legacy, we should switch completely to pyproject.toml.

Describe the solution you'd like Build requirements are moved to pyproject.toml, setup.py is removed.

Describe alternatives you've considered

Additional context https://peps.python.org/pep-0518/