e250610a3d
Initialize repo, add specs template and tox env. Change-Id: I88345e48dccd148f142d6c80730879e18185f003
8 lines
170 B
Python
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) |