mkr/pyproject.toml

18 lines
397 B
TOML

[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[project]
name = "mkr"
version = "0.1.0"
authors = [
{name = "Archie Hilton", email = "archie@sabretechnology.co.uk"},
]
description = "Quickly package releases"
readme = "README.md"
requires-python = ">=3.11"
license = {text = "All Rights Reserved."}
[project.scripts]
mkr = "mkr.mkr:run_cli"