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 ad55f39d63 - Show all commits

View File

@ -11,10 +11,12 @@ authors = [
{name = "Anna Sirota", email = "anna@blender.org"},
{name = "Oleg Komarov", email = "oleg@blender.org"},
]
py-modules = ["looper"]
license = {text = "GPL-3.0"}
requires-python = "== 3.10.*"
[tool.setuptools]
py-modules = ["looper"]
[tool.black]
line-length = 100
skip_string_normalization = true