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.dev2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | eadff823c6ad7f29828f9052ad660b0fa303524d9fbb165122f3d6edcebedb87 |
|
MD5 | 70a7d44a59791cdc3a767b71a7d1c90b |
|
BLAKE2b-256 | 211aa2830000f4dd5806b2557d2fb1ba6b9f380f38852eac4b96ff8177f01d54 |