From 82b1c266a8a07292eed2419b1177db78785b1ae4 Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Fri, 8 Jul 2005 15:52:05 +0000 Subject: 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 --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 setup.cfg (limited to 'setup.cfg') 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 + -- cgit v1.2.3