Skip to content

Commit

Permalink
Add license, keywords, classifiers, URLs to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed Oct 27, 2024
1 parent 5be4b9f commit 08b7b4e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 08b7b4e

Please sign in to comment.