rochacbruno / python-project-template

DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template.
https://github.com/rochacbruno/python-project-template/generate
The Unlicense
1.06k stars 157 forks source link

move to pyproject.toml #27

Open rochacbruno opened 1 year ago

rochacbruno commented 1 year ago

Lets move to pyproject.toml in the most tool agnostic way using pip-tools and no poetry for a while.

roablep commented 2 months ago

Hey @rochacbruno I'm happy to give this a shot.