From 353cef0e447733a75f1076ad9296f76f40ef9684 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Mon, 11 Mar 2024 22:59:31 +0800 Subject: refactor!: 干掉 pdm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/pyproject.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 examples/pyproject.toml (limited to 'examples/pyproject.toml') diff --git a/examples/pyproject.toml b/examples/pyproject.toml new file mode 100644 index 0000000..89ca873 --- /dev/null +++ b/examples/pyproject.toml @@ -0,0 +1,19 @@ +[project] +name = "examples" +version = "0.1.0" +description = "EXAMPLES 规则包" +authors = [ + {name = "admin",email = "admin@example.com"}, +] +license = {text = "MIT"} +webpage = "" +unzip = 1 +dependencies = ["infini"] +requires-python = ">=3.8" +readme = "README.md" + +[tool.pdm] +distribution = true + +[tool.pdm.dev-dependencies] +dev = ["pytest"] -- cgit v1.2.3-70-g09d2