diff --git a/pyproject.toml b/pyproject.toml index b1f2110e..bf9bab79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,16 @@ dependencies = [ "lanpartydb>=0.8.0", "pycountry>=24.6.1", ] +license = { text = "MIT" } +keywords = [ "lanparty" ] +classifiers = [ + "License :: OSI Approved :: MIT License", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", +] + +[project.urls] +Repository = "https://github.com/orgatalk/lanpartydb-website" [build-system] requires = ["hatchling"]