Remove poetry #93019

Merged
Anna Sirota merged 27 commits from remove-poetry into main 2024-07-01 17:03:21 +02:00
Showing only changes of commit ebd5256750 - Show all commits

View File

@ -2,6 +2,7 @@
name = "looper"
version = "3.4.0rc1"
description = "Billing system used in Blender Development Fund and Blender Studio website."
readme = {file = "README.md", content-type = "text/markdown"}
authors = [
{name = "Francesco Siddi", email = "francesco@blender.org"},
{name = "Pablo Vazquez", email = "pablo@blender.org"},
@ -10,7 +11,7 @@ authors = [
{name = "Anna Sirota", email = "anna@blender.org"},
{name = "Oleg Komarov", email = "oleg@blender.org"},
]
license = "GPL-3.0"
license = {text = "GPL-3.0"}
requires-python = "== 3.10.*"
[tool.black]