From f4fbfe6114c2afc459c50fb1da6fbed7b0fe38a6 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Mon, 11 Mar 2024 21:51:31 +0800 Subject: chore(examples): add examples directory --- examples/pyproject.toml | 20 ++++++++++++++++++++ 1 file changed, 20 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..bad9f17 --- /dev/null +++ b/examples/pyproject.toml @@ -0,0 +1,20 @@ +[project] +name = "examples" +version = "0.1.0" +description = "EXAMPLES 规则包" +authors = [ + {name = "admin",email = "admin@example.com"}, +] +license = {text = "MIT"} +dependencies = [ + "infini", + "ipdm==0.2.0-alpha.6", +] +requires-python = ">=3.8" +readme = "README.md" + +[tool.pdm] +distribution = true + +[tool.pdm.dev-dependencies] +dev = ["pytest"] -- cgit v1.2.3-70-g09d2