X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=setup.py;h=9288753d641d60b46fad85c730c41dd654284eeb;hb=7f557c4a6a874ea3fab1ca90f207dc3de91595dc;hp=473cf2132fd394b5059497dbf356c76ff410f536;hpb=b461443d892ffb67c13aee6649086f5602100355;p=mudpy.git diff --git a/setup.py b/setup.py index 473cf21..9288753 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,7 @@ +# Copyright (c) 2016 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)