Kaydet (Commit) be435bf3 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Don't set the Python version for sdist uploads.

üst f74b923a
......@@ -89,6 +89,8 @@ class upload(Command):
comment = 'built for %s %s' % (dist, version)
elif command == 'bdist_dumb':
comment = 'built for %s' % platform.platform(terse=1)
elif command == 'sdist':
data['pyversion'] = ''
data['comment'] = comment
if self.sign:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment