aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2006-09-21 22:26:48 +0000
committerPJ Eby <distutils-sig@python.org>2006-09-21 22:26:48 +0000
commit3492e6068769c75ded53977218177c2066c10822 (patch)
treec3850e6464338eb03852e32da56c08908199a716
parent69ccd0aaf25ed914eb1cda22e33e8b97f04a177d (diff)
downloadexternal_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-xsetup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 280e83ed..b3b8a6f6 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -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]