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.
Release files for setuptools-markdown 0.4.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| setuptools-markdown-0.4.1.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| setuptools_markdown-0.4.1-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 7.2 kB
Release files / setuptools-markdown-0.4.1.tar.gz
| Download URL | setuptools-markdown-0.4.1.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e8da0784a730eb8aa8f686d34e0f5c02bb236ae4d7f07ee36006f103b24f0c29
|
|
BLAKE2b-256 checksum How to use checksums |
3e3ab41c33a0253830bc2e2970c9437174892507eba3289f693073e8b77e1f99
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / setuptools_markdown-0.4.1-py2.py3-none-any.whl
| Download URL | setuptools_markdown-0.4.1-py2.py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
1442bc3b4c1b66899cbc88f19076abed733a011bd9a2bab87d9ed28b43661c1d
|
|
BLAKE2b-256 checksum How to use checksums |
cbd5617cfee5e25eb4e3e2943a23f70e04b987cde0d8865542b4ff50cef3ae76
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|