aboutsummaryrefslogtreecommitdiffstats
path: root/qtip/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'qtip/__init__.py')
-rw-r--r--qtip/__init__.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/qtip/__init__.py b/qtip/__init__.py
index e69de29b..228d036f 100644
--- a/qtip/__init__.py
+++ b/qtip/__init__.py
@@ -0,0 +1,14 @@
+##############################################################################
+# Copyright (c) 2016 ZTE Corp and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+import pbr.version
+
+
+__version__ = pbr.version.VersionInfo(
+ 'qtip').version_string()