diff --git a/pyproject.toml b/pyproject.toml index 44242fb..c1de43c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,17 +6,13 @@ build-backend = "hatchling.build" name = "foreignthon-es" version = "0.1.0" description = "Spanish language pack for ForeignThon." -license = { text = "MIT" } +license = { text = "GPL v3" } requires-python = ">=3.9" authors = [ - { name = "Your Name", email = "you@example.com" } + { name = "Keshav Anand", email = "keshavanand.dev@gmail.com" } ] keywords = ["foreignthon", "spanish", "espaƱol"] -classifiers = [ - "Development Status :: 3 - Alpha", - "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", -] + dependencies = [ "foreignthon>=0.1.0", ]