summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-07-08 15:52:05 +0000
committerPJ Eby <distutils-sig@python.org>2005-07-08 15:52:05 +0000
commit82b1c266a8a07292eed2419b1177db78785b1ae4 (patch)
tree6c7fe0b0f474a7b2d5d4e3c5f31a6c145027e400 /setup.cfg
parentd798d6943f81d938581c37b431b141b013678021 (diff)
downloadpython-setuptools-git-82b1c266a8a07292eed2419b1177db78785b1ae4.tar.gz
Doc and other updates for 0.5a8 release. Add project aliases for source
and binary register+upload. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041100
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100755
index 00000000..9507485a
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,4 @@
+[aliases]
+source = register sdist binary
+binary = bdist_egg upload --show-response
+