django-fobi/scripts/make_pypi_long_description.sh

4 lines
145 B
Bash
Raw Normal View History

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