Update setup.py

pull/1087/head
Bernhard Mueller 6 years ago committed by GitHub
parent 9a3bf665cc
commit d86468c830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      setup.py

@ -94,9 +94,9 @@ class VerifyVersionCommand(install):
"""""" """"""
tag = os.getenv("CIRCLE_TAG") tag = os.getenv("CIRCLE_TAG")
if tag != VERSION: if tag != about["__version__"]:
info = "Git tag: {0} does not match the version of this app: {1}".format( info = "Git tag: {0} does not match the version of this app: {1}".format(
tag, VERSION tag, about["__version__"]
) )
sys.exit(info) sys.exit(info)

Loading…
Cancel
Save