From 94f989c282beb57934c97106bc0640f7013fec6d Mon Sep 17 00:00:00 2001 From: KeshavAnandCode Date: Tue, 19 May 2026 17:57:40 -0500 Subject: [PATCH] changed toml file --- pyproject.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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"