cnerg / py-template

Template for a new python project
MIT License
1 stars 1 forks source link

Add `pyproject.toml` and arrange files per standards #3

Closed gonuke closed 1 week ago

gonuke commented 1 month ago

Add a pyproject.toml file and create a directory structure that follows typical project layouts for the code, test, etc. See https://packaging.python.org/en/latest/tutorials/packaging-projects/

MicahGale commented 1 month ago

I kind of enjoy packaging, and could tackle this if you want.