blob: 70c2b3f32bd6d483261621bda3ec22edcb33dc43 [file] [log] [blame]
James E. Blairee743612012-05-29 14:49:32 -07001#!/usr/bin/env python
Monty Taylor5cc8a472013-06-02 08:40:12 -04002# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
James E. Blairee743612012-05-29 14:49:32 -07003#
Monty Taylor5cc8a472013-06-02 08:40:12 -04004# 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
James E. Blairee743612012-05-29 14:49:32 -07007#
Monty Taylor5cc8a472013-06-02 08:40:12 -04008# http://www.apache.org/licenses/LICENSE-2.0
James E. Blairee743612012-05-29 14:49:32 -07009#
10# Unless required by applicable law or agreed to in writing, software
Monty Taylor5cc8a472013-06-02 08:40:12 -040011# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
13# implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
James E. Blairee743612012-05-29 14:49:32 -070016
Monty Taylorc7795502013-09-25 12:17:08 -040017# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
Paul Belanger43cdeab2012-11-15 14:33:05 -050018import setuptools
Paul Belanger43cdeab2012-11-15 14:33:05 -050019
20setuptools.setup(
Monty Taylor52905bc2013-09-25 12:11:55 -040021 setup_requires=['pbr'],
22 pbr=True)