blob: c0a24eab2a14f4ad749c3ed48694431d24ff12bb [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
Paul Belanger43cdeab2012-11-15 14:33:05 -050017import setuptools
Paul Belanger43cdeab2012-11-15 14:33:05 -050018
19setuptools.setup(
Monty Taylor52905bc2013-09-25 12:11:55 -040020 setup_requires=['pbr'],
21 pbr=True)