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']