Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
688 B
Python
Raw Permalink Normal View History

2013-05-14 08:42:41 -07:00
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
2012-05-10 14:58:16 -05:00
#
2013-05-14 08:42:41 -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-10 14:58:16 -05:00
#
2013-05-14 08:42:41 -07:00
# http://www.apache.org/licenses/LICENSE-2.0
2012-05-10 14:58:16 -05:00
#
2013-05-14 08:42:41 -07:00
# 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.
2012-04-18 13:16:39 -05:00
import setuptools
2023-05-08 11:37:42 +01:00
setuptools.setup(setup_requires=['pbr>=2.0.0'], pbr=True)