Migrate from deprecated `pdm-pep517` to `pdm-backend` for build

This commit is contained in:
Adam Goldsmith 2023-09-05 18:11:22 -04:00
parent e92086f740
commit 47568e70bd
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ description = ""
authors = [
{name = "Adam Goldsmith", email = "adam@adamgoldsmith.name"},
]
license = "MIT"
license = {text = "MIT"}
dependencies = [
"discord-py~=2.2",
"aiohttp~=3.8",
@ -25,8 +25,8 @@ format = [
]
[build-system]
requires = ["pdm-pep517>=0.12.0"]
build-backend = "pdm.pep517.api"
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.black]