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

1 Commits

Author SHA1 Message Date
a831cf899b Fix pyproject.toml
This syntax was wrong (and breaking `black`, since black needs this file
for its settings).

Note that sometimes the toml file has author=, email=. But since the
original commit (71eee5ccac) went for a simple format, I'm just using
it here as well.

I also removed some extra spaces/chars at the end of lines.
2024-01-05 12:43:41 +01:00