Fix pyproject.toml #190
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user