SimonBlanke / Hyperactive

An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.
https://simonblanke.github.io/hyperactive-documentation
MIT License
512 stars 42 forks source link

[MNT] transfer `setup.py` to `pyproject.toml` #73

Closed fkiraly closed 2 months ago

fkiraly commented 2 months ago

I would suggest to transfer setup.py to pyproject.toml. https://packaging.python.org/en/latest/guides/writing-pyproject-toml/

SimonBlanke commented 2 months ago

The transfer of setup.py into pyproject.toml was done in v4.8.0. I also changed the flat project layout into a src layout.