cloudbase-init/setup.py
Cosmin Poieana 2c8bf90854 Get rid of flake8 compatibility issues due to pbr
The version of pbr package should stay between a restricted
range so that flake8 gate will work as expected.
Details: http://sprunge.us/RDVV?log (L: 92)

Change-Id: Ifeb52fbac28dac40b894923c727b60d56768976d
2015-05-26 17:22:15 +03:00

20 lines
706 B
Python

# Copyright 2012 Cloudbase Solutions Srl
#
# 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# 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.
import setuptools
setuptools.setup(
setup_requires=['pbr>=0.10,<1.0'],
pbr=True)