diff --git a/.gitignore b/.gitignore index 637a4cc..9857197 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ nosetests.xml #idea pycharm .idea +venv diff --git a/setup.py b/setup.py index 910f22b..1b3e54a 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def read(fname): if mo: verstr = mo.group(1) else: - print("unable to find version in {0}").format(VERSIONFILE) + print("unable to find version in {0}".format(VERSIONFILE)) raise RuntimeError("if {0}.py exists, it is required to be well-formed".format(VERSIONFILE)) if sys.platform == "win32":