Cleanup: formatting change of pyproject.toml

No functional changes.
This commit is contained in:
Sybren A. Stüvel 2023-11-02 15:05:16 +01:00
parent ef5b83feda
commit 36c258985e

View File

@ -10,7 +10,7 @@ authors = [
"Sybren A. Stüvel <sybren@blender.org>", "Sybren A. Stüvel <sybren@blender.org>",
"Campbell Barton", "Campbell Barton",
"At Mind B.V. - Jeroen Bakker", "At Mind B.V. - Jeroen Bakker",
] ]
license = "GPL-2.0+" license = "GPL-2.0+"
classifiers = [ classifiers = [
'Environment :: Console', 'Environment :: Console',
@ -46,7 +46,7 @@ sphinx = "^2.1"
sphinx-autobuild = "^0.7" sphinx-autobuild = "^0.7"
sphinx-rtd-theme = "^0.4" sphinx-rtd-theme = "^0.4"
responses = "^0.10" responses = "^0.10"
pathlib2 = {version = "^2.3", python = "<3.6"} pathlib2 = { version = "^2.3", python = "<3.6" }
tox = "^3.12" tox = "^3.12"
types-requests = "^2.25.0" types-requests = "^2.25.0"