feat: add basic project structure

This commit is contained in:
2026-05-03 12:55:11 -05:00
parent 23af363dfb
commit 89b4523895
10 changed files with 36 additions and 0 deletions

View File

@@ -1 +1,9 @@
[project]
name = "tampy"
version = "0.1.0"
description = "Tamil code compiler"
requires-python = ">=3.9"
dependencies = []
[project.scripts]
tampy = "tampy.cli:main"