Migrate from deprecated pdm-pep517
to pdm-backend
for build
This commit is contained in:
parent
1aa0bd6014
commit
4502c1b3ef
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user