ipa-example-hardware-managers/setup.py
Jay Faulkner 1fe01a11d4 Add example_device hwm and test harnesses
Initial hardware manager example, and the requisite testing
infrastructure to be able to run pep8 style tests.
2016-06-10 14:21:26 -07:00

7 lines
101 B
Python

#!/usr/bin/env python
import setuptools
setuptools.setup(
setup_requires=['pbr'],
pbr=True)