Mercurial > hg > config
comparison .bashrc @ 844:d18c46e3a89d
[python] remove technica obscura for python distribution
| author | Jeff Hammel <k0scist@gmail.com> | 
|---|---|
| date | Sun, 13 Aug 2017 15:42:50 -0700 | 
| parents | 8270a1e4eeed | 
| children | 8e41e95aac97 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 843:8270a1e4eeed | 844:d18c46e3a89d | 
|---|---|
| 382 done | 382 done | 
| 383 } | 383 } | 
| 384 | 384 | 
| 385 distribute() { | 385 distribute() { | 
| 386 # upload to pypi | 386 # upload to pypi | 
| 387 python setup.py egg_info -RDb "" sdist register upload develop | 387 python setup.py egg_info sdist register upload develop | 
| 388 } | 388 } | 
| 389 | 389 | 
| 390 render_long_description() { | 390 render_long_description() { | 
| 391 # check the long_description from the command line: | 391 # check the long_description from the command line: | 
| 392 # https://docs.python.org/3.1/distutils/uploading.html#pypi-package-display | 392 # https://docs.python.org/3.1/distutils/uploading.html#pypi-package-display | 
