Files
tampy/pyproject.toml

20 lines
358 B
TOML

[project]
name = "tampy"
version = "0.1.0"
description = "Tamil code compiler"
requires-python = ">=3.9"
dependencies = []
[project.gui-scripts]
tampy = "tampy.cli:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/tampy"]
[tool.hatch.build.targets.sdist]
include = ["/src"]