diff .bashrc @ 780:c1ab43edf296

https://docs.python.org/3.1/distutils/uploading.html#pypi-package-display
author Jeff Hammel <k0scist@gmail.com>
date Tue, 23 Aug 2016 15:01:41 -0700
parents 5fc00e09e805
children 6beceb826eb0
line wrap: on
line diff
--- a/.bashrc	Thu Jul 14 12:26:19 2016 -0700
+++ b/.bashrc	Tue Aug 23 15:01:41 2016 -0700
@@ -379,10 +379,16 @@
 }
 
 distribute() {
-    # upload to pypi
+# upload to pypi
     python setup.py egg_info -RDb "" sdist register upload develop
 }
 
+render_long_description {
+# check the long_description from the command line:
+# https://docs.python.org/3.1/distutils/uploading.html#pypi-package-display
+    python setup.py --long-description | rst2html.py > output.html
+}
+
 nearest-venv() {
 # find the nearest venv
 if [[ "$#" == "0" ]]