diff --git a/setup.py b/setup.py index 6f39c47..484a5c2 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ if "#" in line: line = line[:line.index("#")] - if not line.startswith("version ="): + if not line.startswith("__version__ ="): continue __version__ = line.split("=")[1].strip().strip("\"")