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

This commit is contained in:
Adam Goldsmith 2023-09-05 18:09:22 -04:00
parent 1aa0bd6014
commit 4502c1b3ef

View File

@ -1,5 +1,5 @@
[project]
name = "CMS Management"
name = "CMSManage"
version = "0.1.0"
description = ""
authors = [
@ -85,5 +85,5 @@ start = "./manage.py runserver"
fmt.shell = "black . && djlint --reformat ."
[build-system]
requires = ["pdm-pep517"]
build-backend = "pdm.pep517.api"
requires = ["pdm-backend"]
build-backend = "pdm.backend"