aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pyproject.toml')
-rw-r--r--examples/pyproject.toml19
1 files changed, 19 insertions, 0 deletions
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"]