Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lapismyt authored Jun 4, 2024
1 parent 2966e87 commit 07dfd85
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ requires = ["setuptools"]
[project]
name = "PieBedrock"
version = "1.0.4.1"
readme = {"file": "README.md"}
readme = {"file" = "README.md"}
authors = [
{"name": "LapisMYT"},
{"name": "andiricum2"},
{"name": "SixpennyYard"},
{"name": "UCYT5040"}
{"name" = "LapisMYT"},
{"name" = "andiricum2"},
{"name" = "SixpennyYard"},
{"name" = "UCYT5040"}
]
dependencies = [
"PieRakNet>=1.0.6",
"PyJWT",
"NBT"
]
license = {"file": "LICENSE"}
license = {"file" = "LICENSE"}
classifiers = [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
Expand Down

0 comments on commit 07dfd85

Please sign in to comment.