1fe01a11d4
Initial hardware manager example, and the requisite testing infrastructure to be able to run pep8 style tests.
7 lines
101 B
Python
7 lines
101 B
Python
#!/usr/bin/env python
|
|
import setuptools
|
|
|
|
setuptools.setup(
|
|
setup_requires=['pbr'],
|
|
pbr=True)
|