#!/usr/bin/env python

from setuptools import setup

setup(
    setup_requires=['pbr>=5.7.0'],
    pbr=True,
)
