diff options
| -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"] |
