Anna Sirota
41ce6f5780
Accidental backward-incompatible changes appear regularly in poetry, which leads to a regular chore of fixing this part of tooling, or having to stay on the old version of it for a very long time, which is bound to break.
21 lines
708 B
TOML
21 lines
708 B
TOML
[project]
|
|
name = "blender-studio"
|
|
version = "2024.07"
|
|
description = "The Blender Studio website project."
|
|
readme = {file = "README.md", content-type = "text/markdown"}
|
|
authors = [
|
|
{name = "Sem Mulder", email = "sem@mulderke.net"},
|
|
{name = "Natalia Maniakowska", email = "natalia@blender.studio"},
|
|
{name = "Francesco Siddi", email = "francesco@blender.org"},
|
|
{name = "Pablo Vazquez", email = "pablo@blender.org"},
|
|
{name = "Anna Sirota", email = "anna@blender.org"},
|
|
{name = "Oleg Komarov", email = "oleg@blender.org"},
|
|
]
|
|
license = {text = "GPL-3.0"}
|
|
requires-python = "== 3.10.*"
|
|
|
|
[tool.black]
|
|
line-length = 100
|
|
skip_string_normalization = true
|
|
exclude = 'migrations/|studio/settings'
|