Remove docutils dep in tox dist testenv
[mudpy.git] / setup.py
1 # Copyright (c) 2016 Jeremy Stanley <fungi@yuggoth.org>. Permission
2 # to use, copy, modify, and distribute this software is granted under
3 # terms provided in the LICENSE file distributed with this software.
4
5 import setuptools
6
7 setuptools.setup(setup_requires=['pbr>=2.0'], pbr=True)