fix: fix package imports and tests
This commit is contained in:
@@ -5,9 +5,15 @@ description = "Tamil code compiler"
|
||||
requires-python = ">=3.9"
|
||||
dependencies = []
|
||||
|
||||
[project.scripts]
|
||||
[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"]
|
||||
|
||||
Reference in New Issue
Block a user