[Python-checkins] r50536 - sandbox/trunk/setuptools/setup.cfg

phillip.eby python-checkins at python.org
Mon Jul 10 22:38:59 CEST 2006


Author: phillip.eby
Date: Mon Jul 10 22:38:58 2006
New Revision: 50536

Modified:
   sandbox/trunk/setuptools/setup.cfg
Log:
Update aliases for easier release using new options


Modified: sandbox/trunk/setuptools/setup.cfg
==============================================================================
--- sandbox/trunk/setuptools/setup.cfg	(original)
+++ sandbox/trunk/setuptools/setup.cfg	Mon Jul 10 22:38:58 2006
@@ -1,8 +1,9 @@
-[aliases]
-binary = bdist_egg upload --show-response
-develop = develop
-source = register sdist binary
-
 [egg_info]
 tag_build = dev
 tag_svn_revision = 1
+
+[aliases]
+release = egg_info -RDb ''
+source = register sdist binary
+binary = bdist_egg upload --show-response
+


More information about the Python-checkins mailing list