diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-07-08 15:52:05 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-07-08 15:52:05 +0000 |
| commit | 82b1c266a8a07292eed2419b1177db78785b1ae4 (patch) | |
| tree | 6c7fe0b0f474a7b2d5d4e3c5f31a6c145027e400 /setup.cfg | |
| parent | d798d6943f81d938581c37b431b141b013678021 (diff) | |
| download | python-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-x | setup.cfg | 4 |
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 + |
