changeset 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 a3a83eda831c
children 6beceb826eb0
files .bashrc
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
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" ]]