Mercurial > code > home > repos > infra
diff pyproject.toml @ 149:ae13e608b105
switch from pip to pdm
author | drewp@bigasterisk.com |
---|---|
date | Sat, 11 Mar 2023 12:23:37 -0800 |
parents | |
children | e7cca674cdb5 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pyproject.toml Sat Mar 11 12:23:37 2023 -0800 @@ -0,0 +1,19 @@ +[project] +name = "" +version = "" +description = "" +authors = [ + {name = "", email = ""}, +] +dependencies = [ + "pyinfra>=2.6.2", +] +requires-python = ">=3.10" +license = {text = "MIT"} + +[build-system] +requires = ["pdm-pep517>=1.0.0"] +build-backend = "pdm.pep517.api" + +[tool] +[tool.pdm]