blob: 536855f12c9d0af1beb7a53b08a1b6254497d99d [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 Heskethb305b4e2013-11-20 12:35:59 +110020setuptools.setup(setup_requires=['pbr'], pbr=True)