Migrate from deprecated pdm-pep517
to pdm-backend
for build
This commit is contained in:
parent
e92086f740
commit
47568e70bd
@ -5,7 +5,7 @@ description = ""
|
|||||||
authors = [
|
authors = [
|
||||||
{name = "Adam Goldsmith", email = "adam@adamgoldsmith.name"},
|
{name = "Adam Goldsmith", email = "adam@adamgoldsmith.name"},
|
||||||
]
|
]
|
||||||
license = "MIT"
|
license = {text = "MIT"}
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"discord-py~=2.2",
|
"discord-py~=2.2",
|
||||||
"aiohttp~=3.8",
|
"aiohttp~=3.8",
|
||||||
@ -25,8 +25,8 @@ format = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["pdm-pep517>=0.12.0"]
|
requires = ["pdm-backend"]
|
||||||
build-backend = "pdm.pep517.api"
|
build-backend = "pdm.backend"
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user