From 36c258985ef34961ea41241309e566380f798f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 2 Nov 2023 15:05:16 +0100 Subject: [PATCH] Cleanup: formatting change of pyproject.toml No functional changes. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a689527..bb902a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ "Sybren A. Stüvel ", "Campbell Barton", "At Mind B.V. - Jeroen Bakker", - ] +] license = "GPL-2.0+" classifiers = [ 'Environment :: Console', @@ -46,7 +46,7 @@ sphinx = "^2.1" sphinx-autobuild = "^0.7" sphinx-rtd-theme = "^0.4" responses = "^0.10" -pathlib2 = {version = "^2.3", python = "<3.6"} +pathlib2 = { version = "^2.3", python = "<3.6" } tox = "^3.12" types-requests = "^2.25.0"