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