8e31103305
Adding minimal amount of things to be able to run tox against code and check all unit tests + pep
8 lines
115 B
Python
8 lines
115 B
Python
#!/usr/bin/env python
|
|
|
|
import setuptools
|
|
|
|
setuptools.setup(
|
|
setup_requires=['pbr>=0.5.21,<1.0'],
|
|
pbr=True)
|