Commit 34c9769
committed
Drop setuptools-markdown
Stop using setuptools-markdown which is no longer maintained and
doesn't work anymore. Instead use the long_description_content_type
variable (see [0]) to indicate that the given long_description is in
markdown format.
This fixes:
AttributeError: module 'pypandoc' has no attribute 'convert'
[0] https://dustingram.com/articles/2018/03/16/markdown-descriptions-on-pypi/
Fixes #1121 parent 5dd7f4c commit 34c9769
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments