diff .bashrc @ 10:9541511ed9d0

dont distribute binary eggs
author k0s <k0scist@gmail.com>
date Mon, 11 Jan 2010 18:10:58 -0500
parents f3ab51c79813
children 9e2d6f9974a2
line wrap: on
line diff
--- a/.bashrc	Sun Dec 27 01:40:13 2009 -0500
+++ b/.bashrc	Mon Jan 11 18:10:58 2010 -0500
@@ -26,7 +26,7 @@
 alias zfilt='grep -v "eprecat" | grep -v "ERROR Zope"'
 alias svnst='svn st | grep -v "^\?"'
 alias awd="python -c 'import os;  print os.path.realpath(\".\")'"
-alias distribute='python setup.py egg_info -RDb "" sdist bdist_egg register upload'
+alias distribute='python setup.py egg_info -RDb "" sdist register upload'
 alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print \" \".join(foo)'"
 
 PS1='> '