From e7895f1a0d798c3f931d096f711d40d7185bc440 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 10 Dec 2016 17:11:05 -0800 Subject: [PATCH] Make flake8 happy --- build_manylinux_wheels.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build_manylinux_wheels.py b/build_manylinux_wheels.py index a04f59ee..676db11e 100755 --- a/build_manylinux_wheels.py +++ b/build_manylinux_wheels.py @@ -45,5 +45,6 @@ def main(): dists = tuple(os.path.join('dist', p) for p in os.listdir('dist')) return upload.main(('-r', 'pypi') + dists) + if __name__ == '__main__': exit(main())