Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop setuptools-markdown | Thomas Bechtold | 2022-06-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | 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 #112 | ||||
* | avoid PyScaffold bug with newer setuptools | Adam Spiers | 2018-05-16 | 1 | -2/+2 |
| | | | | | | | | https://github.com/blue-yonder/pyscaffold/issues/148 Why the HELL is setup_requires choosing to install PyScaffold 2.5.6 when 2.5.10 is available and within the constraints? That would be far too sensible, wouldn't it? | ||||
* | try using setuptools-markdown to fix the long_description1.0.0rc3 | Adam Spiers | 2018-05-16 | 1 | -2/+9 |
| | |||||
* | convert into a proper Python module | Adam Spiers | 2018-05-15 | 1 | -0/+23 |
Sem-Ver: api-break |