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.1.dev1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 873b361b983955e63c0ef6fe1349a1261e29b517f7ac7ecac09723bb13573347 |
|
MD5 | c09280635e2bef58dec5d03b7355e8e1 |
|
BLAKE2b-256 | 8a3eb3b1c39410b07ed5f3afd1a0dce35cb5cc0fff620a1b67595c4de34aac00 |