Fix pyproject.toml #190

Merged
Nick Alberelli merged 1 commits from dfelinto/blender-studio-pipeline:fix-toml into main 2024-01-05 16:57:05 +01:00
Showing only changes of commit a831cf899b - Show all commits

View File

@ -1,20 +1,20 @@
[project] [project]
name = "blender-studio-pipeline" name = "blender-studio-pipeline"
version = "0.0.2" version = "0.0.2"
description = """ description = """
The complete collection of documents, add-ons, scripts and tools that The complete collection of documents, add-ons, scripts and tools that
make up the Blender Studio pipeline. make up the Blender Studio pipeline.
""" """
authors = [ authors = [
{"Francesco Siddi" <fsiddi@blender.org>}, "Francesco Siddi <fsiddi@blender.org>",
{"Nick Alberelli <nick@blender.org>"}, "Nick Alberelli <nick@blender.org>",
{"Sebastian Parborg" <sebastian@blender.org>}, "Sebastian Parborg <sebastian@blender.org>",
{"Demeter Dzadik" <demeter@blender.org>}, "Demeter Dzadik <demeter@blender.org>",
{"Simon Thommes" <simon@blender.org>} "Simon Thommes <simon@blender.org>"
] ]
readme = "README.md" readme = "README.md"
requires-python = ">= 3.8" requires-python = ">= 3.8"
[tool.black] [tool.black]
line-length = 100 line-length = 100
skip_string_normalization = true skip_string_normalization = true