This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ced
Recipients ced, dstufft, eric.araujo
Date 2015-05-19.13:06:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432040808.9.0.641361051221.issue24239@psf.upfronthosting.co.za>
In-reply-to
Content
'gpg' is hard coded in distutils/command/upload.py and the spawn command doesn't even use the shell aliases.
So if you have only gpg2 installed it doesn't work.
I think the name (or even the all command line) should be configurable from ~/.pypirc
History
Date User Action Args
2015-05-19 13:06:49cedsetrecipients: + ced, eric.araujo, dstufft
2015-05-19 13:06:48cedsetmessageid: <1432040808.9.0.641361051221.issue24239@psf.upfronthosting.co.za>
2015-05-19 13:06:48cedlinkissue24239 messages
2015-05-19 13:06:48cedcreate