aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
blob: 8b44c4989b11d9993ce8770411fea6181129b2df (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','setuptools'],
    pbr=True
)