From cab656f8c45b126179f70f1c4c5a43bd0f184fe4 Mon Sep 17 00:00:00 2001 From: edbeeching Date: Tue, 28 Nov 2023 14:41:48 +0100 Subject: [PATCH] fixing toml file --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index adbabb02..0ceb0d52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,7 @@ [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" -[project] name = "godot_rl" -license = { text = "MIT" } version = "0.6.2" authors = [ { name="Edward Beeching", email="edbeeching@gmail.com" },