blob: f63cc23c5291046114edef840d88f03959eb2145 [file] [log] [blame]
Monty Taylor64375012013-04-28 18:22:59 -07001# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
Jay Pipesa6aa5f22012-07-24 19:40:29 -04002#
Monty Taylor64375012013-04-28 18:22:59 -07003# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
Jay Pipesa6aa5f22012-07-24 19:40:29 -04006#
Monty Taylor64375012013-04-28 18:22:59 -07007# http://www.apache.org/licenses/LICENSE-2.0
Jay Pipesa6aa5f22012-07-24 19:40:29 -04008#
Monty Taylor64375012013-04-28 18:22:59 -07009# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
12# implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
Jay Pipesa6aa5f22012-07-24 19:40:29 -040015
Matthew Treinish271139a2013-10-19 12:49:35 -040016# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
Jay Pipesa6aa5f22012-07-24 19:40:29 -040017import setuptools
18
Monty Taylor64375012013-04-28 18:22:59 -070019setuptools.setup(
OpenStack Proposal Bot0b5a90e2017-03-08 17:20:35 +000020 setup_requires=['pbr>=2.0.0'],
Matthew Treinish271139a2013-10-19 12:49:35 -040021 pbr=True)