14 lines
242 B
TOML
14 lines
242 B
TOML
[project]
|
|
name = "tampy"
|
|
version = "0.1.0"
|
|
description = "Tamil code compiler"
|
|
requires-python = ">=3.9"
|
|
dependencies = []
|
|
|
|
[project.scripts]
|
|
tampy = "tampy.cli:main"
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|