Mercurial > hg > config
comparison .bashrc @ 781:6beceb826eb0
these are important
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 23 Aug 2016 15:30:42 -0700 |
parents | c1ab43edf296 |
children | c0638ac7fb56 |
comparison
equal
deleted
inserted
replaced
780:c1ab43edf296 | 781:6beceb826eb0 |
---|---|
381 distribute() { | 381 distribute() { |
382 # upload to pypi | 382 # upload to pypi |
383 python setup.py egg_info -RDb "" sdist register upload develop | 383 python setup.py egg_info -RDb "" sdist register upload develop |
384 } | 384 } |
385 | 385 |
386 render_long_description { | 386 render_long_description() { |
387 # check the long_description from the command line: | 387 # check the long_description from the command line: |
388 # https://docs.python.org/3.1/distutils/uploading.html#pypi-package-display | 388 # https://docs.python.org/3.1/distutils/uploading.html#pypi-package-display |
389 python setup.py --long-description | rst2html.py > output.html | 389 python setup.py --long-description | rst2html.py > output.html |
390 } | 390 } |
391 | 391 |