summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2006-09-21 22:11:22 +0000
committerPJ Eby <distutils-sig@python.org>2006-09-21 22:11:22 +0000
commit70c294c9d39d953dd1f64f52e753a82a5e206bbe (patch)
treee7f052afc5c1f55d25c21a8f78c6610e08328ff9 /setup.cfg
parent0660a02f3cce2010406b4f2ec597142430e4265d (diff)
downloadpython-setuptools-git-70c294c9d39d953dd1f64f52e753a82a5e206bbe.tar.gz
Build & upload win32 installers
--HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051962
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 5bd4ed83..280e83ed 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,10 @@ tag_svn_revision = 1
[aliases]
release = egg_info -RDb ''
source = sdist bdist_rpm register binary
-binary = bdist_egg bdist_wininst upload --show-response
+binary = bdist_egg bdist_wininst
+
+[upload]
+show_response = 1
[bdist_rpm]
source_only = 1