Merge pull request #71 from znewman01/master

Fix formatting in setup.py
This commit is contained in:
2019-05-25 10:18:13 -04:00
committed by GitHub
+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()