[Python-checkins] r51946 - sandbox/branches/setuptools-0.6/setup.cfg
phillip.eby
python-checkins at python.org
Thu Sep 21 04:01:31 CEST 2006
Author: phillip.eby
Date: Thu Sep 21 04:01:31 2006
New Revision: 51946
Modified:
sandbox/branches/setuptools-0.6/setup.cfg
Log:
Build .exe and .src.rpm files for releases as well as .egg and .tgz
Modified: sandbox/branches/setuptools-0.6/setup.cfg
==============================================================================
--- sandbox/branches/setuptools-0.6/setup.cfg (original)
+++ sandbox/branches/setuptools-0.6/setup.cfg Thu Sep 21 04:01:31 2006
@@ -4,6 +4,10 @@
[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
More information about the Python-checkins
mailing list