aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2006-07-11 18:41:52 +0000
committerPJ Eby <distutils-sig@python.org>2006-07-11 18:41:52 +0000
commit6feae98e74135d8005eb60acde1ff9fbbbdf2679 (patch)
tree2ab58f0f876fca61881706de89873791b9c6bb28 /setup.cfg
parent95637d99856e04680612f139a57f4b112f491852 (diff)
downloadexternal_python_setuptools-6feae98e74135d8005eb60acde1ff9fbbbdf2679.tar.gz
external_python_setuptools-6feae98e74135d8005eb60acde1ff9fbbbdf2679.tar.bz2
external_python_setuptools-6feae98e74135d8005eb60acde1ff9fbbbdf2679.zip
Simplify release process using new egg_info options
--HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050584
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 847133d1..1080ee1c 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,6 +4,6 @@ tag_svn_revision = 1
[aliases]
release = egg_info -RDb ''
-source = register sdist binary
+source = sdist register binary
binary = bdist_egg upload --show-response