summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorphillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771>2006-07-10 20:38:58 +0000
committerphillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771>2006-07-10 20:38:58 +0000
commit323c8e8fb477b3c8c0d0d60a9b6f3ea3e9d6727e (patch)
tree2ac78bccc1951ba3959422a3913daeb91ed4b1f7 /setup.cfg
parent7d469464e748e0715175365ae4059ea2c3a188cd (diff)
downloadpython-setuptools-323c8e8fb477b3c8c0d0d60a9b6f3ea3e9d6727e.tar.gz
Update aliases for easier release using new options
git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@50536 6015fed2-1504-0410-9fe1-9d1591cc4771
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg11
1 files changed, 6 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index 1ae9270..847133d 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -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
+