Monty Taylor | 061919f | 2013-06-02 11:35:42 -0400 | [diff] [blame] | 1 | #!/usr/bin/env python |
| 2 | # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. |
Monty Taylor | da3bada | 2012-11-22 09:38:22 -0800 | [diff] [blame] | 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
Monty Taylor | 061919f | 2013-06-02 11:35:42 -0400 | [diff] [blame] | 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
Monty Taylor | da3bada | 2012-11-22 09:38:22 -0800 | [diff] [blame] | 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
Monty Taylor | 061919f | 2013-06-02 11:35:42 -0400 | [diff] [blame] | 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
| 13 | # implied. |
Monty Taylor | da3bada | 2012-11-22 09:38:22 -0800 | [diff] [blame] | 14 | # See the License for the specific language governing permissions and |
| 15 | # limitations under the License. |
| 16 | |
Monty Taylor | da3bada | 2012-11-22 09:38:22 -0800 | [diff] [blame] | 17 | import setuptools |
| 18 | |
Monty Taylor | da3bada | 2012-11-22 09:38:22 -0800 | [diff] [blame] | 19 | setuptools.setup( |
Monty Taylor | 0e0ed02 | 2013-09-13 10:57:56 -0500 | [diff] [blame] | 20 | setup_requires=['pbr'], |
| 21 | pbr=True) |