Commit 2a7bb8a7 authored by PJ Eby's avatar PJ Eby

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
parent 580975d3
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment