[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