summaryrefslogtreecommitdiff
path: root/setup.cfg
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
commit4b7b3eb64b5c9c8e95837f87915fb8c0056d43e4 (patch)
treea032aa6725fe62fdf80a94abf39d4657117e43e6 /setup.cfg
parent96338248b4dacb6c47d37869151feabffb486e2d (diff)
downloadpython-setuptools-bitbucket-4b7b3eb64b5c9c8e95837f87915fb8c0056d43e4.tar.gz
Build .exe and .src.rpm files for releases as well as .egg and .tgz
Diffstat (limited to 'setup.cfg')
-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