Anna Sirota
9c582462d8
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.
16 lines
420 B
TOML
16 lines
420 B
TOML
[project]
|
|
name = "blender-conference"
|
|
version = "2024.07"
|
|
description = "Blender Conference portal."
|
|
authors = [
|
|
{name = "Francesco Siddi", email = "francesco@blender.org"},
|
|
{name = "Pablo Vazquez", email = "pablo@blender.org"},
|
|
{name = "Anna Sirota", email = "anna@blender.org"},
|
|
]
|
|
license = {text = "GPL-2.0+"}
|
|
requires-python = "== 3.10.*"
|
|
|
|
[tool.black]
|
|
line-length = 100
|
|
skip_string_normalization = true
|