2013-04-20 20:30:13 -07:00
|
|
|
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
|
2012-05-09 13:55:41 +02:00
|
|
|
#
|
2013-04-20 20:30:13 -07:00
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
2012-05-09 13:55:41 +02:00
|
|
|
#
|
2013-04-20 20:30:13 -07:00
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
2012-05-09 13:55:41 +02:00
|
|
|
#
|
2012-05-10 15:53:20 +02:00
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
2013-04-20 20:30:13 -07:00
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
|
|
# implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
2012-05-09 13:55:41 +02:00
|
|
|
|
|
|
|
import setuptools
|
2012-10-11 17:57:44 +02:00
|
|
|
|
2012-05-22 15:10:09 -04:00
|
|
|
setuptools.setup(
|
2020-04-11 00:57:21 -07:00
|
|
|
setup_requires=['pbr>=2.0.0'],
|
2013-08-07 19:21:21 -03:00
|
|
|
pbr=True)
|