diff --git a/setup.py b/setup.py index 575dde7da..5f3d43f60 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ except ImportError: # Determine version of this application. # TBD: Revisit version flows and processing once integrating with OpenStack, -# see barbican setup.py +# see glance setup.py PKG = "barbican" VERSIONFILE = os.path.join(PKG, "version.py") version = "unknown"