add pdm lockfile changes

This commit is contained in:
Nick Sweeting
2023-11-03 19:14:41 -07:00
parent 5ce77d3d0b
commit 907d170614
3 changed files with 99 additions and 7 deletions

View File

@@ -82,6 +82,14 @@ doc = [
"sphinx",
"sphinx-rtd-theme",
]
dev = [
"homebrew-pypi-poet>=0.10.0",
]
[tool.pdm.scripts]
lint = "./bin/lint.sh"
test = "./bin/test.sh"
# all = {composite = ["lint mypackage/", "test -v tests/"]}
[project.optional-dependencies]
sonic = [
@@ -102,11 +110,6 @@ ldap = [
[project.scripts]
archivebox = "archivebox.cli:main"
[tool.pdm.scripts]
lint = "./bin/lint.sh"
test = "./bin/test.sh"
# all = {composite = ["lint mypackage/", "test -v tests/"]}
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"