X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=setup.py;h=0ee8be38446672dfc936ef2a4fa15ef894beb6bb;hp=7e4f9f6872ab6fa33fe5b6dc33076d4bf949aeda;hb=3f200ce7ae627a036203c4d65502d96fe941fbb7;hpb=db3bce05e04d294ec906cb38ac099a42fb02d6ad diff --git a/setup.py b/setup.py index 7e4f9f6..0ee8be3 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ -# Copyright (c) 2016 Jeremy Stanley . Permission -# to use, copy, modify, and distribute this software is granted under -# terms provided in the LICENSE file distributed with this software. +# 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)