blob: c0a24eab2a14f4ad749c3ed48694431d24ff12bb [file] [log] [blame]
Monty Taylor061919f2013-06-02 11:35:42 -04001#!/usr/bin/env python
2# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
Monty Taylorda3bada2012-11-22 09:38:22 -08003#
4# 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
7#
Monty Taylor061919f2013-06-02 11:35:42 -04008# http://www.apache.org/licenses/LICENSE-2.0
Monty Taylorda3bada2012-11-22 09:38:22 -08009#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
Monty Taylor061919f2013-06-02 11:35:42 -040012# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
13# implied.
Monty Taylorda3bada2012-11-22 09:38:22 -080014# See the License for the specific language governing permissions and
15# limitations under the License.
16
Monty Taylorda3bada2012-11-22 09:38:22 -080017import setuptools
18
Monty Taylorda3bada2012-11-22 09:38:22 -080019setuptools.setup(
Monty Taylor0e0ed022013-09-13 10:57:56 -050020 setup_requires=['pbr'],
21 pbr=True)