Monty Taylor | 6437501 | 2013-04-28 18:22:59 -0700 | [diff] [blame] | 1 | # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. |
Jay Pipes | a6aa5f2 | 2012-07-24 19:40:29 -0400 | [diff] [blame] | 2 | # |
Monty Taylor | 6437501 | 2013-04-28 18:22:59 -0700 | [diff] [blame] | 3 | # 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 Pipes | a6aa5f2 | 2012-07-24 19:40:29 -0400 | [diff] [blame] | 6 | # |
Monty Taylor | 6437501 | 2013-04-28 18:22:59 -0700 | [diff] [blame] | 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
Jay Pipes | a6aa5f2 | 2012-07-24 19:40:29 -0400 | [diff] [blame] | 8 | # |
Monty Taylor | 6437501 | 2013-04-28 18:22:59 -0700 | [diff] [blame] | 9 | # 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 Pipes | a6aa5f2 | 2012-07-24 19:40:29 -0400 | [diff] [blame] | 15 | |
Matthew Treinish | 271139a | 2013-10-19 12:49:35 -0400 | [diff] [blame] | 16 | # THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT |
Jay Pipes | a6aa5f2 | 2012-07-24 19:40:29 -0400 | [diff] [blame] | 17 | import setuptools |
| 18 | |
Monty Taylor | 6437501 | 2013-04-28 18:22:59 -0700 | [diff] [blame] | 19 | setuptools.setup( |
OpenStack Proposal Bot | 0b5a90e | 2017-03-08 17:20:35 +0000 | [diff] [blame] | 20 | setup_requires=['pbr>=2.0.0'], |
Matthew Treinish | 271139a | 2013-10-19 12:49:35 -0400 | [diff] [blame] | 21 | pbr=True) |