Skip to content

Commit

Permalink
upload a pandoc-converted version of the README to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed Aug 18, 2024
1 parent 51fa5c9 commit 8aa13cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ dependencies = [
]
requires-python = '>=3.8'
keywords = ['textile', 'text', 'html markup']
readme = {file = 'tests/fixtures/README.txt', content-type = 'text/plain'}
# use pandoc to generate a markdown version of the README before uploading:
# pandoc README.textile -o README.md
# this kinda hurts to have to do this.
readme = {file = 'README.md', content-type = 'text/markdown'}

[project.optional-dependencies]
develop = ['pytest', 'pytest-cov']
Expand Down

0 comments on commit 8aa13cb

Please sign in to comment.