summaryrefslogtreecommitdiffstats
path: root/ansible_collections/openstack/cloud/setup.py
blob: d6d2ea1bea1bf7bb17b90b3cd6db3851677d8d52 (plain)
1
2
3
4
5
6
7
8
# Copyright Red Hat, Inc. All Rights Reserved.
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

import setuptools

setuptools.setup(
    setup_requires=['pbr'],
    pbr=True)