Skip to content

Commit 8aa13cb

Browse files
committed
upload a pandoc-converted version of the README to pypi
1 parent 51fa5c9 commit 8aa13cb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ dependencies = [
3131
]
3232
requires-python = '>=3.8'
3333
keywords = ['textile', 'text', 'html markup']
34-
readme = {file = 'tests/fixtures/README.txt', content-type = 'text/plain'}
34+
# use pandoc to generate a markdown version of the README before uploading:
35+
# pandoc README.textile -o README.md
36+
# this kinda hurts to have to do this.
37+
readme = {file = 'README.md', content-type = 'text/markdown'}
3538

3639
[project.optional-dependencies]
3740
develop = ['pytest', 'pytest-cov']

0 commit comments

Comments
 (0)