We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6c8d7 commit e02d529Copy full SHA for e02d529
keystoneclient/__init__.py
@@ -13,10 +13,7 @@
13
# License for the specific language governing permissions and limitations
14
# under the License.
15
16
-import pbr.version
17
-
18
19
-__version__ = pbr.version.VersionInfo('python-keystoneclient').version_string()
+__version__ = "REDHATKEYSTONECLIENTVERSION"
20
21
__all__ = [
22
# Modules
setup.py
@@ -18,5 +18,4 @@
import setuptools
setuptools.setup(
- setup_requires=['pbr'],
pbr=True)
0 commit comments