smallest python package stub for modern packaging (post-PEP517/8) that allows for editable installs with setuptools sans setup.py
Go to file
grym f609a8058e Roll back minimum python version to 3.7 2022-12-17 09:38:23 -05:00
.gitignore First commit 2022-02-19 11:48:02 -05:00
.pre-commit-config.yaml Show single-file package example 2022-11-22 22:08:28 -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 Roll back minimum python version to 3.7 2022-12-17 09:38:23 -05:00
template.py Show single-file package example 2022-11-22 22:08:28 -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.