diff options
| author | 2025-09-12 19:02:50 +0800 | |
|---|---|---|
| committer | 2025-09-12 19:02:50 +0800 | |
| commit | cbdf86cbf4f2cd4064e8ee6b73c65e6958ad15b4 (patch) | |
| tree | c6b624d7062a79b0d80f1e9a4a25b4f33f32aa78 | |
| parent | 2e7cff9561b439485d3bff4d0cad4d0251ee7d24 (diff) | |
| download | OneRoll-cbdf86cbf4f2cd4064e8ee6b73c65e6958ad15b4.tar.gz OneRoll-cbdf86cbf4f2cd4064e8ee6b73c65e6958ad15b4.zip | |
chore: update README file reference from README.rst to README.md
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1df6ec8..eaaebf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,8 +12,7 @@ dependencies = [ "textual>=6.1.0", ] requires-python = ">=3.9" -readme.content-type = "text/x-rst" -readme.file = "README.rst" +readme.file = "README.md" license = { text = "AGPL-3.0" } keywords = ["hydroroll", "dice", "expression", "parser", "roll", "peg", "rust"] classifiers = [ |
