Support running flake8 under tox
[mudpy.git] / setup.py
1 import setuptools
2
3 setuptools.setup(setup_requires=['pbr>=2.0'], pbr=True)