aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
blob: 991295ec4b53b7a7d29b1cefccf913a10f0d62c2 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python3
# SPDX-License-Identifier: Apache-2.0
# -*- coding: utf-8 -*-

from setuptools import setup

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