We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6f4de commit 37225e1Copy full SHA for 37225e1
pyproject.toml
@@ -31,10 +31,10 @@ dependencies = [
31
]
32
requires-python = '>=3.8'
33
keywords = ['textile', 'text', 'html markup']
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'}
+# Use the following command to generate a README.txt which is compatible with
+# pypi's readme rendering:
+# pytextile README.textile | sed -e 's/^\t//' > README.txt
+readme = {file = 'README.txt', content-type = 'text/markdown'}
38
39
[project.optional-dependencies]
40
develop = ['pytest', 'pytest-cov']
0 commit comments