diff options
author | PJ Eby <distutils-sig@python.org> | 2006-09-21 22:26:48 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2006-09-21 22:26:48 +0000 |
commit | 3492e6068769c75ded53977218177c2066c10822 (patch) | |
tree | c3850e6464338eb03852e32da56c08908199a716 | |
parent | 69ccd0aaf25ed914eb1cda22e33e8b97f04a177d (diff) | |
download | external_python_setuptools-3492e6068769c75ded53977218177c2066c10822.tar.gz external_python_setuptools-3492e6068769c75ded53977218177c2066c10822.tar.bz2 external_python_setuptools-3492e6068769c75ded53977218177c2066c10822.zip |
bdist_rpm runs sdist and thus will cause it to upload anyway
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051965
-rwxr-xr-x | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ tag_svn_revision = 1 [aliases] release = egg_info -RDb '' -source = sdist bdist_rpm register binary +source = bdist_rpm register binary binary = bdist_egg bdist_wininst [upload] |