diff --git a/pyproject.toml b/pyproject.toml index 115a5582..1674929e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,20 +1,20 @@ -[project] +[project] name = "blender-studio-pipeline" version = "0.0.2" 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. """ authors = [ - {"Francesco Siddi" }, - {"Nick Alberelli "}, - {"Sebastian Parborg" }, - {"Demeter Dzadik" }, - {"Simon Thommes" } + "Francesco Siddi ", + "Nick Alberelli ", + "Sebastian Parborg ", + "Demeter Dzadik ", + "Simon Thommes " ] readme = "README.md" requires-python = ">= 3.8" -[tool.black] -line-length = 100 -skip_string_normalization = true \ No newline at end of file +[tool.black] +line-length = 100 +skip_string_normalization = true