flake-template-hell/templates/python/pyproject.toml

11 lines
No EOL
231 B
TOML

[project]
name = "REPLACE_ME"
description = "REPLACE DESC"
version = "REPLACE_VER"
[project.scripts]
REPLACE_ME = "REPLACE_ME.__main__:main"
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"