diff --git a/setup.py b/setup.py index 5f45f94c0..8119e5b5c 100644 --- a/setup.py +++ b/setup.py @@ -186,7 +186,7 @@ def get_version_tofu(path=_HERE): .decode() ) if git_branch in ["master"]: - version_tofu = updateversion(os.path.join(path, "tofu")) + version_tofu = updateversion() else: isgit = False except Exception: