Use Markdown for your project description
Project description
setuptools-markdown
Use Markdown for your project description
This project is deprecated.
Instead of using this, you should use the built-in functionality of setuptools and PyPI.
See this page for details.
Install
Install pandoc
Install this module
pip install setuptools-markdown
Use
#!/usr/bin/env python
# setup.py
from setuptools import setup
setup(
...
setup_requires=['setuptools-markdown'],
long_description_markdown_filename='README.md',
...
)
The plugin will read the specified file, convert it to reST using pypandoc and store the resulting reST in the long_description metadata field of your distribution.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for setuptools_markdown-0.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ceef5147a66e585398f325b476ad59361919859e04ccf65f4b1014bd856cdd88 |
|
MD5 | 42885dc1d3c411ab1bdd6bfa3e92c0ea |
|
BLAKE2b-256 | 892595977f48e978cdff51fa9a8440f24edd40fd85806f428ba141604cf941a3 |