summaryrefslogtreecommitdiff
path: root/scripts/internal/print_wheels.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/internal/print_wheels.py')
-rwxr-xr-xscripts/internal/print_wheels.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/internal/print_wheels.py b/scripts/internal/print_wheels.py
index c2b8d36b..d13a6aa7 100755
--- a/scripts/internal/print_wheels.py
+++ b/scripts/internal/print_wheels.py
@@ -74,7 +74,7 @@ def main():
tot_files = 0
tot_size = 0
- templ = "%-54s %7s %7s %7s"
+ templ = "%-100s %7s %7s %7s"
for platf, wheels in groups.items():
ppn = "%s (total = %s)" % (platf, len(wheels))
s = templ % (ppn, "size", "arch", "pyver")