diff options
| author | PJ Eby <distutils-sig@python.org> | 2006-07-10 20:47:59 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2006-07-10 20:47:59 +0000 |
| commit | 7ad09c1eabc23d9535ec77dd7679572760962f69 (patch) | |
| tree | a95796a3756f64cd3682890ac979638f0f77f8fd /setup.cfg | |
| parent | 3f144762eebb13d2185e680830ebe8095df0eaf2 (diff) | |
| download | python-setuptools-bitbucket-7ad09c1eabc23d9535ec77dd7679572760962f69.tar.gz | |
Added ``--no-date`` and ``--no-svn-revision`` options to ``egg_info``
command, to allow suppressing tags configured in ``setup.cfg``.
(backports from trunk)
Diffstat (limited to 'setup.cfg')
| -rwxr-xr-x | setup.cfg | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,8 +1,9 @@ -[aliases] -binary = bdist_egg upload --show-response -develop = develop -source = register sdist binary - [egg_info] tag_build = dev tag_svn_revision = 1 + +[aliases] +release = egg_info -RDb '' +source = register sdist binary +binary = bdist_egg upload --show-response + |
