Skip to content

Commit 05f510f

Browse files
committed
Reorder project.toml
1 parent 27743d0 commit 05f510f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
name = "lanpartydb"
33
version = "0.8.0"
44
description = "Python library for the OrgaTalk LAN Party Database"
5+
readme = "README.md"
56
authors = [
67
{ name = "Jochen Kupperschmidt", email = "homework@nwsnet.de" }
78
]
9+
requires-python = ">=3.11"
810
dependencies = [
911
"tomlkit>=0.12.5",
1012
]
11-
readme = "README.md"
12-
requires-python = ">= 3.11"
1313
license = { text = "MIT" }
1414
keywords = [ "lanparty" ]
1515
classifiers = [

0 commit comments

Comments
 (0)