aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/openstack/setup.py
blob: 1394cdfecb99a962f65d2c93a79aef15b73879d3 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python

# pylint: disable=missing-docstring

import setuptools

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