diff options
author | Georg Brandl <georg@python.org> | 2013-02-05 09:19:16 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-02-05 09:19:16 +0100 |
commit | 054c464c70c115f476608a51bb0b4a931d1fa400 (patch) | |
tree | 895c83cfef5d79938c60aaceaaf2a37d85c61727 /setup.cfg | |
parent | 0c1d4fdb8ad5a162182bdc5e4a3b41c4e65b62ad (diff) | |
download | pygments-054c464c70c115f476608a51bb0b4a931d1fa400.tar.gz |
Add setup.py "upload" alias for automatic package signing.
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,3 +4,4 @@ tag_date = true [aliases] release = egg_info -RDb '' +upload = upload --sign --identity=36580288 |