summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2009-07-17 14:03:44 +0200
committerHanno Schlichting <hanno@hannosch.eu>2009-07-17 14:03:44 +0200
commit6d7c33f6c41f55472db71da84c98b1a60dd8c8b1 (patch)
tree03927c77d1aa6324da569097b00c6332b1c0c030 /setup.cfg
parent02cebf77004be44568f347a78631f824296815b9 (diff)
downloadpython-setuptools-git-6d7c33f6c41f55472db71da84c98b1a60dd8c8b1.tar.gz
Cherry-picked documentation and style changes from setuptools trunk
--HG-- branch : distribute extra : rebase_source : 90744e00df97b8b79c6780d7600f189bf2e39a6c
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg12
1 files changed, 2 insertions, 10 deletions
diff --git a/setup.cfg b/setup.cfg
index b3b8a6f6..f7811000 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,13 +4,5 @@ tag_svn_revision = 1
[aliases]
release = egg_info -RDb ''
-source = bdist_rpm register binary
-binary = bdist_egg bdist_wininst
-
-[upload]
-show_response = 1
-
-[bdist_rpm]
-source_only = 1
-doc_files = setuptools.txt EasyInstall.txt pkg_resources.txt
-requires = python-devel
+source = register sdist binary
+binary = bdist_egg upload --show-response