Retry client connections in selftest
[mudpy.git] / setup.py
1 # Copyright (c) 2016-2019 mudpy authors. Permission to use, copy,
2 # modify, and distribute this software is granted under terms
3 # provided in the LICENSE file distributed with this software.
4
5 import setuptools
6
7 setuptools.setup(setup_requires=['pbr>=5'], pbr=True)