diff --git a/pyproject.toml b/pyproject.toml index 53a3f99..6e8f27a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,16 @@ keywords = ["foreignthon", "spanish", "espaƱol"] dependencies = ["foreignthon>=0.5.3"] +classifiers = [ + "Programming Language :: Python :: 3", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", + "Operating System :: OS Independent", + "Topic :: Software Development :: Compilers", +] + +[project.urls] +Homepage = "https://git.keshavanand.net/foreign-thon/foreignthon-ta" + [project.entry-points."foreignthon.langs"] es = "foreignthon_es"