[project] name = "NewLang" version = "0.0.0" description = "A simple programming language" readme = "README.md" license = {text = "LGPL-2.1-only"} [project.urls] homepage = "https://git.lumina-sensum.com/LuminaSensum/NewLang" [project.scripts] newlang = "newlang:__main__" [build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta"