From 3db75168bc42df294f056ed9bdacf5d131f1acc5 Mon Sep 17 00:00:00 2001 From: Zachary Newman Date: Fri, 24 May 2019 15:57:16 -0400 Subject: [PATCH] Fix formatting in setup.py Remove end-of-line whitespace --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 022b36e..ae4ba11 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ class UploadCommand(Command): self.status('Pushing git tags…') os.system('git tag v{0}'.format(about['__version__'])) os.system('git push --tags') - + sys.exit()