aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-02-24 12:56:23 +0800
committer简律纯 <i@jyunko.cn>2024-02-24 12:56:23 +0800
commit45e2f3631bc8d13dacba57e705c7591e7e707b2a (patch)
tree8a2c5bc9d3d5faf7405f95274e0db01607d23808 /pyproject.toml
parentae345a2f193a4d6022edda76523a39f6e891843e (diff)
downloadTRPGNivis-45e2f3631bc8d13dacba57e705c7591e7e707b2a.tar.gz
TRPGNivis-45e2f3631bc8d13dacba57e705c7591e7e707b2a.zip
chore(docs): add index, contributing, quick-start sections
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5fc71fd..16df8fe 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,10 +6,10 @@ authors = [
{name = "简律纯", email = "i@jyunko.cn"},
]
dependencies = [
- "infini>=2.0.4",
+ "ply>=3.11",
]
requires-python = ">=3.11"
-readme = "README.md"
+readme = "README.rst"
license = {text = "MIT"}
[build-system]