Add transpiler with keywords and tests
This commit is contained in:
@@ -1 +1,12 @@
|
||||
[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"
|
||||
|
||||
Reference in New Issue
Block a user