build: fix pyproject.toml

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2023-02-27 10:43:24 -05:00
parent c8767daddf
commit 18f5ff4eed
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
1 changed files with 2 additions and 3 deletions

View File

@ -3,8 +3,7 @@ name = "moonraker"
dynamic = ["version"]
description = "API Server for Klipper"
authors = [
{name = "Eric Callahan"},
{email = "arksine.code@gmail.com"},
{name = "Eric Callahan", email = "arksine.code@gmail.com"},
]
dependencies = [
"tornado==6.2.0",
@ -60,5 +59,5 @@ custom-hook = "scripts/pdm_build_dist.py"
moonraker = "moonraker.server:main"
[build-system]
requires = ["pdm-backend>=2.0.2"]
requires = ["pdm-backend"]
build-backend = "pdm.backend"