Files
tampy/pyproject.toml

13 lines
228 B
TOML

[project]
name = "tampy"
version = "0.1.0"
description = "Tamil Python transpiler"
requires-python = ">=3.8"
[project.scripts]
tampy = "tampy.cli:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"