Use ISO 8601 time in logs
[mudpy.git] / setup.py
1 # Copyright (c) 2016 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>=2.0'], pbr=True)