summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorpje <pje@6015fed2-1504-0410-9fe1-9d1591cc4771>2005-07-08 15:52:05 +0000
committerpje <pje@6015fed2-1504-0410-9fe1-9d1591cc4771>2005-07-08 15:52:05 +0000
commit7ab13250903471a9f887be2858bc5220e319493e (patch)
tree6c7fe0b0f474a7b2d5d4e3c5f31a6c145027e400 /setup.cfg
parent9ebad6bcbc90e234eb062fc8efe7d1a6d76b2f39 (diff)
downloadpython-setuptools-7ab13250903471a9f887be2858bc5220e319493e.tar.gz
Doc and other updates for 0.5a8 release. Add project aliases for source
and binary register+upload. git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@41100 6015fed2-1504-0410-9fe1-9d1591cc4771
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 0000000..9507485
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,4 @@
+[aliases]
+source = register sdist binary
+binary = bdist_egg upload --show-response
+