Skip to content

Commit

Permalink
Merge pull request #174 from dahlia/make_flake8_happy
Browse files Browse the repository at this point in the history
Make flake8 happy
  • Loading branch information
asottile authored Dec 11, 2016
2 parents 04bd2e7 + e7895f1 commit 2b877e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_manylinux_wheels.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())

0 comments on commit 2b877e4

Please sign in to comment.