Modified: branches/gsoc14-pip2port/pypi2port (122846 => 122847)
--- branches/gsoc14-pip2port/pypi2port 2014-07-31 18:29:17 UTC (rev 122846)
+++ branches/gsoc14-pip2port/pypi2port 2014-07-31 18:41:44 UTC (rev 122847)
@@ -331,7 +331,7 @@
master_site_exists = True
else:
master_site_exists = False
- file.write('distname {0}-{1}.tar.gz\n\n'.format(
+ file.write('distname {0}-{1}\n\n'.format(
dict['name'], dict['version']))
Modified: branches/gsoc14-pip2port/pypi2port.py (122846 => 122847)
--- branches/gsoc14-pip2port/pypi2port.py 2014-07-31 18:29:17 UTC (rev 122846)
+++ branches/gsoc14-pip2port/pypi2port.py 2014-07-31 18:41:44 UTC (rev 122847)
@@ -331,7 +331,7 @@
master_site_exists = True
else:
master_site_exists = False
- file.write('distname {0}-{1}.tar.gz\n\n'.format(
+ file.write('distname {0}-{1}\n\n'.format(
dict['name'], dict['version']))