summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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