aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/example/infini.toml
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2024-03-30 15:25:11 +0800
committer苏向夜 <fu050409@163.com>2024-03-30 15:25:11 +0800
commit45a23d14920133281d102760ec9be2be9da82e2b (patch)
tree1cfd9c1d5e2bef7a2dbd3843e15d1e04dab053ee /examples/example/infini.toml
parentbab530d5bd1d8a99959d9067b58fb2ec0f4981f8 (diff)
downloadipm-45a23d14920133281d102760ec9be2be9da82e2b.tar.gz
ipm-45a23d14920133281d102760ec9be2be9da82e2b.zip
feat(build): add readme file and pyproject file into builded ipk
Diffstat (limited to 'examples/example/infini.toml')
-rw-r--r--examples/example/infini.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/example/infini.toml b/examples/example/infini.toml
new file mode 100644
index 0000000..a13d308
--- /dev/null
+++ b/examples/example/infini.toml
@@ -0,0 +1,13 @@
+[project]
+name = "example"
+version = "0.1.0"
+description = "示例规则包"
+authors = [
+ {name = "fu050409",email = "fu050409@163.com"},
+]
+license = "AGPLv3"
+readme = "README.md"
+
+[requirements]
+
+[dependencies]