[Deprecated] 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.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8da0784a730eb8aa8f686d34e0f5c02bb236ae4d7f07ee36006f103b24f0c29 |
|
MD5 | a44610277ba6ff18050a6e6c9dd1fadc |
|
BLAKE2b-256 | 3e3ab41c33a0253830bc2e2970c9437174892507eba3289f693073e8b77e1f99 |
Close
Hashes for setuptools_markdown-0.4.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1442bc3b4c1b66899cbc88f19076abed733a011bd9a2bab87d9ed28b43661c1d |
|
MD5 | 8dd9d637fe5305e26824066bcc38fe40 |
|
BLAKE2b-256 | cbd5617cfee5e25eb4e3e2943a23f70e04b987cde0d8865542b4ff50cef3ae76 |