We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
project.toml
1 parent 27743d0 commit 05f510fCopy full SHA for 05f510f
1 file changed
pyproject.toml
@@ -2,14 +2,14 @@
2
name = "lanpartydb"
3
version = "0.8.0"
4
description = "Python library for the OrgaTalk LAN Party Database"
5
+readme = "README.md"
6
authors = [
7
{ name = "Jochen Kupperschmidt", email = "homework@nwsnet.de" }
8
]
9
+requires-python = ">=3.11"
10
dependencies = [
11
"tomlkit>=0.12.5",
12
-readme = "README.md"
-requires-python = ">= 3.11"
13
license = { text = "MIT" }
14
keywords = [ "lanparty" ]
15
classifiers = [
0 commit comments