diff --git a/setup.py b/setup.py index 3917bd160..443ddb6b4 100755 --- a/setup.py +++ b/setup.py @@ -35,6 +35,7 @@ def determine_version(): This was copied from tools/version.py to fix #1472 """ import charmcraft + version = charmcraft.__version__ if version != "devel":