From: Mike Bayer Date: Sun, 10 Mar 2013 01:40:17 +0000 (-0500) Subject: - add pgp identity X-Git-Tag: rel_0_8_0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a20fd85d7f1c836c290975ea6c623420a83675d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - add pgp identity --- diff --git a/setup.cfg b/setup.cfg index a3894cd4eb..92bdbc40f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,6 +7,10 @@ exclude = ^examples first-package-wins = true where = test +[upload] +sign = 1 +identity = C4DAFEE1 + [sqla_testing] requirement_cls=test.requirements:DefaultRequirements profile_file=test/profiles.txt