aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2006-09-21 02:01:31 +0000
committerPJ Eby <distutils-sig@python.org>2006-09-21 02:01:31 +0000
commit2a7bb8a7eec359b6d4ddc4f9ed828420ce942dea (patch)
treea032aa6725fe62fdf80a94abf39d4657117e43e6
parent580975d30ecc09aa923c356b93a760beffbfb1aa (diff)
downloadexternal_python_setuptools-2a7bb8a7eec359b6d4ddc4f9ed828420ce942dea.tar.gz
external_python_setuptools-2a7bb8a7eec359b6d4ddc4f9ed828420ce942dea.tar.bz2
external_python_setuptools-2a7bb8a7eec359b6d4ddc4f9ed828420ce942dea.zip
Build .exe and .src.rpm files for releases as well as .egg and .tgz
--HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051946
-rwxr-xr-xsetup.cfg8
1 files changed, 6 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 1080ee1c..5bd4ed83 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,6 +4,10 @@ tag_svn_revision = 1
[aliases]
release = egg_info -RDb ''
-source = sdist register binary
-binary = bdist_egg upload --show-response
+source = sdist bdist_rpm register binary
+binary = bdist_egg bdist_wininst upload --show-response
+[bdist_rpm]
+source_only = 1
+doc_files = setuptools.txt EasyInstall.txt pkg_resources.txt
+requires = python-devel