Don't set the Python version for sdist uploads.

This commit is contained in:
Martin v. Löwis 2005-03-22 20:32:41 +00:00
parent f74b923ae5
commit be435bf3c8
1 changed files with 2 additions and 0 deletions

View File

@ -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: