Fix setuptools

This commit is contained in:
Speng Reb 2026-05-05 01:01:14 +02:00
parent 699fbca8cb
commit 175448d390

View file

@ -1,6 +1,6 @@
[build-system] [build-system]
requires = ["setuptools>=68"] requires = ["setuptools>=42"]
build-backend = "setuptools.backends.legacy:build" build-backend = "setuptools.build_meta"
[project] [project]
name = "veretube-bot" name = "veretube-bot"