neuroinformatics-unit / python-cookiecutter

Utility to create a basic Python project structure with tests, CI etc.
BSD 3-Clause "New" or "Revised" License
22 stars 3 forks source link

Port setup.py and setup.cfg to pyproject.toml #1

Closed JoeZiminski closed 1 year ago

JoeZiminski commented 1 year ago

We can look into porting as much functionality from setup.py and setup.cfg to pyproject.toml based on: https://github.com/pypa/setuptools/issues/3214

JoeZiminski commented 1 year ago

6