project-dummy
Explanation
This is a project dummy. It serves (me, maybe you?) as a "template" for the basic structure of a Python project. As simple as it can be - copy and adjust.
Structure
This is a project folder containing the folders and files for creating a Python module called "project-dummy".
Credits
This setup was kicked off while reading Jeff Knupp's ideas[^1] on how to set up a python project.
Changes since then will be incorporated, like:
- Define metadata in pyproject.toml which setuptools have adapted since 61.0.0[^2]
Resources
This will list some useful resources to fill in pyproject.toml etc.