diff options
| author | 2025-09-12 19:04:51 +0800 | |
|---|---|---|
| committer | 2025-09-12 19:04:51 +0800 | |
| commit | 93d462c41cf0ed359475f07578bac511a329c580 (patch) | |
| tree | a9537f3c5959d83782af9c0b807fd3006473d887 | |
| parent | cbdf86cbf4f2cd4064e8ee6b73c65e6958ad15b4 (diff) | |
| download | OneRoll-93d462c41cf0ed359475f07578bac511a329c580.tar.gz OneRoll-93d462c41cf0ed359475f07578bac511a329c580.zip | |
chore: specify markdown content type for README in pyproject.toml
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index eaaebf8..bf9c12d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,7 @@ dependencies = [ "textual>=6.1.0", ] requires-python = ">=3.9" +readme.content-type = "text/markdown" readme.file = "README.md" license = { text = "AGPL-3.0" } keywords = ["hydroroll", "dice", "expression", "parser", "roll", "peg", "rust"] |
