X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=setup.py;h=d404fc1ffe701e0f66181988f3b722d9fbc7ac4c;hp=9288753d641d60b46fad85c730c41dd654284eeb;hb=fbf8ad54b79dc5bf2500948a19723b8bcddd7ddc;hpb=cd63085011ec98a8949fca48217e4efad5558908 diff --git a/setup.py b/setup.py index 9288753..d404fc1 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ -# Copyright (c) 2016 mudpy authors. Permission to use, copy, +# Copyright (c) 2016-2022 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(pbr=True)