cc63998aa1
* Move to the latest pbr, remove d2to1 * Move to the latest hacking, remove flake and pep8 Closes bug 1212325 Change-Id: I4384a0470a5ab2297d62d249d08bd78d515c25c2
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)
|