Joshua Hesketh | 4fd585f | 2013-07-29 11:50:58 +1000 | [diff] [blame] | 1 | #!/usr/bin/env python |
Joshua Hesketh | 39a0fee | 2013-07-31 12:00:53 +1000 | [diff] [blame] | 2 | # |
| 3 | # Copyright 2013 Rackspace Australia |
| 4 | # |
| 5 | # Licensed under the Apache License, Version 2.0 (the "License"); you may |
| 6 | # not use this file except in compliance with the License. You may obtain |
| 7 | # a copy of the License at |
| 8 | # |
| 9 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | # |
| 11 | # Unless required by applicable law or agreed to in writing, software |
| 12 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 13 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 14 | # License for the specific language governing permissions and limitations |
| 15 | # under the License. |
| 16 | |
Joshua Hesketh | 4fd585f | 2013-07-29 11:50:58 +1000 | [diff] [blame] | 17 | |
Joshua Hesketh | 27a0e27 | 2013-08-12 10:21:09 +1000 | [diff] [blame] | 18 | import setuptools |
Joshua Hesketh | 4fd585f | 2013-07-29 11:50:58 +1000 | [diff] [blame] | 19 | |
Joshua Hesketh | e58ecb2 | 2013-09-06 12:39:46 +1000 | [diff] [blame] | 20 | setuptools.setup(setup_requires=['d2to1', 'pbr'], d2to1=True) |