Use Markdown for your project description
Project description
setuptools-markdown
Use Markdown for your project description
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.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd86d0118fb3666b54ae760793f416c9cacd7bc0b3edf024a7ecd4e8fe7bd145 |
|
MD5 | 58ea4866b1060ac90e1b42b637f8b185 |
|
BLAKE2b-256 | 625373cabb62645567e148de3f35858016bc9211989dd4bb0e438baf3dc33450 |