From a3709a07bfeec29958d8059ea2d882157436bf00 Mon Sep 17 00:00:00 2001 From: Dennis Burke Date: Sun, 18 Aug 2024 15:04:53 -0400 Subject: [PATCH] attempt adding rendered README to pypi project page --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5e7c2db..a2774e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,7 @@ dependencies = [ ] requires-python = '>=3.8' keywords = ['textile', 'text', 'html markup'] +readme = {file = 'tests/fixtures/README.txt', content-type = 'text/plain'} [project.optional-dependencies] develop = ['pytest', 'pytest-cov']