[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
File details
Details for the file setuptools-markdown-0.4.1.tar.gz
.
File metadata
- Download URL: setuptools-markdown-0.4.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8da0784a730eb8aa8f686d34e0f5c02bb236ae4d7f07ee36006f103b24f0c29 |
|
MD5 | a44610277ba6ff18050a6e6c9dd1fadc |
|
BLAKE2b-256 | 3e3ab41c33a0253830bc2e2970c9437174892507eba3289f693073e8b77e1f99 |
File details
Details for the file setuptools_markdown-0.4.1-py2.py3-none-any.whl
.
File metadata
- Download URL: setuptools_markdown-0.4.1-py2.py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1442bc3b4c1b66899cbc88f19076abed733a011bd9a2bab87d9ed28b43661c1d |
|
MD5 | 8dd9d637fe5305e26824066bcc38fe40 |
|
BLAKE2b-256 | cbd5617cfee5e25eb4e3e2943a23f70e04b987cde0d8865542b4ff50cef3ae76 |