diff options
| author | PJ Eby <distutils-sig@python.org> | 2006-07-11 18:41:52 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2006-07-11 18:41:52 +0000 |
| commit | 6feae98e74135d8005eb60acde1ff9fbbbdf2679 (patch) | |
| tree | 2ab58f0f876fca61881706de89873791b9c6bb28 /setup.cfg | |
| parent | 95637d99856e04680612f139a57f4b112f491852 (diff) | |
| download | external_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-x | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
