We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fa5c9 commit 8aa13cbCopy full SHA for 8aa13cb
1 file changed
pyproject.toml
@@ -31,7 +31,10 @@ dependencies = [
31
]
32
requires-python = '>=3.8'
33
keywords = ['textile', 'text', 'html markup']
34
-readme = {file = 'tests/fixtures/README.txt', content-type = 'text/plain'}
+# 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'}
38
39
[project.optional-dependencies]
40
develop = ['pytest', 'pytest-cov']
0 commit comments