Anna Sirota
b6c4ee7ff1
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.
20 lines
658 B
TOML
20 lines
658 B
TOML
[project]
|
|
name = "blender-fund"
|
|
version = "2024.07"
|
|
description = "Blender Development Fund website."
|
|
readme = {file = "README.md", content-type = "text/markdown"}
|
|
authors = [
|
|
{name = "Francesco Siddi", email = "francesco@blender.org"},
|
|
{name = "Pablo Vazquez", email = "pablo@blender.org"},
|
|
{name = "Sem Mulder", email = "sem@mulderke.net"},
|
|
{name = "Sybren A. Stüvel", email = "sybren@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
|