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
commitdc3187e60a84dce4027bb80219ba2fa666064bf7 (patch)
tree03927c77d1aa6324da569097b00c6332b1c0c030 /setup.cfg
parent21f641cc4eaf8e672509befe80fcd78c857bcaa1 (diff)
downloadpython-setuptools-bitbucket-dc3187e60a84dce4027bb80219ba2fa666064bf7.tar.gz
Cherry-picked documentation and style changes from setuptools trunk
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