Fix formatting in setup.py

Remove end-of-line whitespace
This commit is contained in:
Zachary Newman
2019-05-24 15:57:16 -04:00
parent 3b892ddf39
commit 3db75168bc
+1 -1
View File
@@ -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()