commit | be435bf3c8d8a4297ebc4490f44cdb3bac5128f6 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Mar 22 20:32:41 2005 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Mar 22 20:32:41 2005 +0000 |
tree | 949ffba1bc532182436d17dc8ad6c28201f9c7d5 | |
parent | f74b923ae5e3ed890f02f8afbca41123276f6931 [diff] [blame] |
Don't set the Python version for sdist uploads.
diff --git a/Lib/distutils/command/upload.py b/Lib/distutils/command/upload.py index ad0e230..a62da78 100644 --- a/Lib/distutils/command/upload.py +++ b/Lib/distutils/command/upload.py
@@ -89,6 +89,8 @@ 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: