Use Markdown for your project description
Project description
setuptools-markdown
Use Markdown for your project description
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
Close
Hashes for setuptools-markdown-0.1dev.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6de5300af4abb72d7962f147dd684eb020a1af66d93665a49f4546a4e6c92b0 |
|
MD5 | e66b673125a4c9991c20e293015dcebd |
|
BLAKE2b-256 | 0b2b27435afcb288da3befaf41494c529a2293d1f57d10ae03cb2f971d920388 |