Modernized build tooling

This commit is contained in:
2025-08-01 05:00:24 +00:00
committed by Your Name
parent 8a93f794d6
commit f7a5d26c41
71 changed files with 6685 additions and 813 deletions
+1 -9
View File
@@ -1,13 +1,5 @@
"""
Entrypoint module, in case you use `python -mboilerplate`.
"""Entry point for python -m boilerplate."""
Why does this file exist, and why __main__? For more info, read:
- https://www.python.org/dev/peps/pep-0338/
- https://docs.python.org/2/using/cmdline.html#cmdoption-m
- https://docs.python.org/3/using/cmdline.html#cmdoption-m
"""
from boilerplate.cli import main
if __name__ == "__main__":