Fix setuptools
This commit is contained in:
parent
699fbca8cb
commit
175448d390
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue