diff --git a/pyproject.toml b/pyproject.toml index c85d9f7..38f1738 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,16 +6,16 @@ build-backend = "hatchling.build" name = "foreignthon" version = "0.1.0" description = "Write Python in any language. Transpiles foreign-language .xx.py files to standard Python." -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 = ["python", "transpiler", "i18n", "localization", "language"] classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",