blob: 59a00909edf9c9e8c847be26ee07202f1adc5bdd [file] [log] [blame]
Attila Fazekas5abb2532012-12-04 11:30:49 +01001#!/usr/bin/env python
Monty Taylor64375012013-04-28 18:22:59 -07002# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
Jay Pipesa6aa5f22012-07-24 19:40:29 -04003#
Monty Taylor64375012013-04-28 18:22:59 -07004# 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
Jay Pipesa6aa5f22012-07-24 19:40:29 -04007#
Monty Taylor64375012013-04-28 18:22:59 -07008# http://www.apache.org/licenses/LICENSE-2.0
Jay Pipesa6aa5f22012-07-24 19:40:29 -04009#
Monty Taylor64375012013-04-28 18:22:59 -070010# Unless required by applicable law or agreed to in writing, software
11# 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.
Jay Pipesa6aa5f22012-07-24 19:40:29 -040016
17import setuptools
18
Monty Taylor64375012013-04-28 18:22:59 -070019setuptools.setup(
20 setup_requires=['d2to1', 'pbr'],
21 d2to1=True)