Skip to content

Long Description Not Rendered as Markdown #3849

@derks

Description

@derks

I just updated cement with a long description in Markdown following the Packaging and distributing projects documentation... but the long description is still not rendered as Markdown:

I have the following in setup.py:

description="CLI Application Framework for Python",
long_description=LONG,
long_description_content_type='text/markdown',

Where LONG is the long description string. And I am uploading this way:

$ rm -rf dist/*

$ python setup.py sdist

$ python setup.py bdist_wheel

$ twine upload dist/*

Note, this is the stable/2.10.x branch in Github:

And here is my list of installed libraries and versions:

|> cement <| derks@macbook cement $ pip list
Package                  Version   Location
------------------------ --------- -------------------------------
alabaster                0.7.10
appdirs                  1.4.3
appnope                  0.1.0
argcomplete              1.9.4
argh                     0.26.2
attrs                    17.3.0
autopep8                 1.3.5
Babel                    2.5.3
blackwidow               0.1.6
cement                   2.10.10   /Users/derks/Development/cement
certifi                  2018.4.16
chardet                  3.0.4
click                    6.7
colorlog                 3.1.4
CommonMark               0.5.4
configobj                5.0.6
coverage                 4.5.1
decorator                4.0.10
docutils                 0.14
flake8                   3.5.0
Genshi                   0.7
guzzle-sphinx-theme      0.7.11
idna                     2.6
imagesize                1.0.0
ipython                  5.3.0
ipython-genutils         0.2.0
Jinja2                   2.10
livereload               2.5.1
Mako                     1.0.7
Markdown                 2.4.1
MarkupSafe               1.0
mccabe                   0.6.1
mkdocs                   0.17.1
mkdocs-bootstrap         0.1.1
mkdocs-bootswatch        0.4.0
mkdocs-material          0.2.2
mock                     2.0.0
networkx                 1.10
nose                     1.3.7
packaging                17.1
pathtools                0.1.2
pbr                      4.0.2
pdoc                     0.3.2
pep8                     1.7.1
pexpect                  4.2.1
pickleshare              0.7.4
pip                      10.0.1
pkginfo                  1.4.2
pluggy                   0.6.0
pockets                  0.5.1
prompt-toolkit           1.0.14
ptyprocess               0.5.1
py                       1.5.2
pybars3                  0.9.3
pycodestyle              2.4.0
pydoc-markdown           2.0.1
pyflakes                 1.6.0
Pygments                 2.2.0
PyInstaller              3.2.1
pylibmc                  1.5.2
PyMeta3                  0.5.1
pypandoc                 1.4
pyparsing                2.2.0
pystache                 0.5.4
pytest                   3.3.1
pytest-cov               2.5.1
pytz                     2018.4
PyYAML                   3.12
recommonmark             0.4.0
redis                    2.10.6
requests                 2.18.4
requests-toolbelt        0.8.0
setuptools               39.1.0
simplegeneric            0.8.1
six                      1.11.0
snowballstemmer          1.2.1
Sphinx                   1.7.4
sphinx-rtd-theme         0.3.0
sphinxcontrib-napoleon   0.6.1
sphinxcontrib-websupport 1.0.1
tabulate                 0.8.2
tornado                  4.5.2
tqdm                     4.22.0
traitlets                4.3.2
twine                    1.11.0
ujson                    1.35
urllib3                  1.22
watchdog                 0.8.3
wcwidth                  0.1.7
wheel                    0.30.0

Am I missing something? Any help would be appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions