cloudkitty-specs/setup.py
Jeremy Liu e250610a3d Initialize cloudkitty-specs repo
Initialize repo, add specs template and tox env.

Change-Id: I88345e48dccd148f142d6c80730879e18185f003
2017-01-09 09:37:44 +08:00

8 lines
170 B
Python

#!/usr/bin/env python
# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
import setuptools
setuptools.setup(
setup_requires=['pbr'],
pbr=True)