smallest python package stub for modern packaging (post-PEP517/8) that allows for editable installs with setuptools sans setup.py
Go to file
grym 68fd631a00 Update black in pre-commit 2022-11-22 22:09:15 -05:00
template First commit 2022-02-19 11:48:02 -05:00
.gitignore First commit 2022-02-19 11:48:02 -05:00
.pre-commit-config.yaml Update black in pre-commit 2022-11-22 22:09:15 -05:00
Makefile Add convenience makefile, versioningit, dev extra 2022-03-16 16:13:08 -04:00
README.org First commit 2022-02-19 11:48:02 -05:00
pyproject.toml Drop setup.cfg; single-file, baby 2022-11-22 21:59:37 -05:00

README.org

MWE Modern Python Projects

This is the minimum working example that I know of for a python package structure post-PEP517/8 and with pip/setuptools now allowing editable installs without a setup.py.