blob: 53e4fc40baa042f5e7f057a70585d44084b6687c [file] [log] [blame]
Joshua Hesketh4fd585f2013-07-29 11:50:58 +10001#!/usr/bin/env python
Joshua Hesketh39a0fee2013-07-31 12:00:53 +10002#
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 Hesketh4fd585f2013-07-29 11:50:58 +100017
Joshua Hesketh27a0e272013-08-12 10:21:09 +100018import setuptools
Joshua Hesketh4fd585f2013-07-29 11:50:58 +100019
Joshua Heskethe58ecb22013-09-06 12:39:46 +100020setuptools.setup(setup_requires=['d2to1', 'pbr'], d2to1=True)