changeset 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 70ae14b6be51
files .bashrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.bashrc	Sun Aug 13 14:59:59 2017 -0700
+++ b/.bashrc	Sun Aug 13 15:42:50 2017 -0700
@@ -384,7 +384,7 @@
 
 distribute() {
 # upload to pypi
-    python setup.py egg_info -RDb "" sdist register upload develop
+    python setup.py egg_info sdist register upload develop
 }
 
 render_long_description() {