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 = [ 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]