X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=setup.py;h=0ee8be38446672dfc936ef2a4fa15ef894beb6bb;hp=9288753d641d60b46fad85c730c41dd654284eeb;hb=17a490bad882d79c565a7fd5edbccd48de8881ac;hpb=bf6ed46991ffdc587d4e70362a4bd20d6f84fcee;ds=sidebyside diff --git a/setup.py b/setup.py index 9288753..0ee8be3 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ -# Copyright (c) 2016 mudpy authors. Permission to use, copy, +# Copyright (c) 2016-2019 mudpy authors. Permission to use, copy, # modify, and distribute this software is granted under terms # provided in the LICENSE file distributed with this software. import setuptools -setuptools.setup(setup_requires=['pbr>=2.0'], pbr=True) +setuptools.setup(setup_requires=['pbr>=5'], pbr=True)