added tests, files, workflow, toml, etc

This commit is contained in:
2026-05-19 17:52:03 -05:00
parent 409129eff1
commit 0fbbb30e5b
7 changed files with 457 additions and 0 deletions

30
pyproject.toml Normal file
View File

@@ -0,0 +1,30 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "foreignthon-template" # TODO: Modify to language code
version = "0.0.0"
description = "[Template] language pack for ForeignThon." # TODO: Replace [Template]
license = { text = "GPL v3" }
requires-python = ">=3.9"
authors = [
{ name = "John Doe", email = "loremipsum@example.com" } # TODO: Swap with real information
]
keywords = ["foreignthon", "template", "template"] # TODO: Swap with real information
dependencies = ["foreignthon>=0.5.3"] # TODO: Update Version to Latest
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://git.keshavanand.net/foreign-thon/foreignthon-template" # TODO: Update URL
[project.entry-points."foreignthon.langs"]
template = "foreignthon_template" # TODO: Swap in format "code = foreignthon_code"
[tool.hatch.build.targets.wheel]
packages = ["src/foreignthon_template"] # TODO: Change to src/foreignthon_code