From 07dfd8510b8af112b66202b231553643986caba5 Mon Sep 17 00:00:00 2001 From: Nikita Ugnich <98343716+lapismyt@users.noreply.github.com> Date: Tue, 4 Jun 2024 19:12:13 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c79716b..8b60cc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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)",