django-fobi/scripts/make_pypi_long_description.sh

3 lines
127 B
Bash
Raw Normal View History

python setup.py --long-description | rst2html.py > builddocs/pypi.html
#python setup.py --long-description | rst2html.py | cat