summaryrefslogtreecommitdiff
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
commitdbc45c65a892e9d23338cb5833c0b88f3160a70f (patch)
tree2ab58f0f876fca61881706de89873791b9c6bb28 /setup.cfg
parent129045e80c022238af614e709c42f3287ead87e1 (diff)
downloadpython-setuptools-bitbucket-dbc45c65a892e9d23338cb5833c0b88f3160a70f.tar.gz
Simplify release process using new egg_info options
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