diff options
| author | 2024-02-24 12:56:23 +0800 | |
|---|---|---|
| committer | 2024-02-24 12:56:23 +0800 | |
| commit | 45e2f3631bc8d13dacba57e705c7591e7e707b2a (patch) | |
| tree | 8a2c5bc9d3d5faf7405f95274e0db01607d23808 /pyproject.toml | |
| parent | ae345a2f193a4d6022edda76523a39f6e891843e (diff) | |
| download | TRPGNivis-45e2f3631bc8d13dacba57e705c7591e7e707b2a.tar.gz TRPGNivis-45e2f3631bc8d13dacba57e705c7591e7e707b2a.zip | |
chore(docs): add index, contributing, quick-start sections
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
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] |
