X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=7e4f9f6872ab6fa33fe5b6dc33076d4bf949aeda;hp=473cf2132fd394b5059497dbf356c76ff410f536;hb=db3bce05e04d294ec906cb38ac099a42fb02d6ad;hpb=fc795709ca8bf595b74acc3720d92cba0306b1aa diff --git a/setup.py b/setup.py index 473cf21..7e4f9f6 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +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. + import setuptools setuptools.setup(setup_requires=['pbr>=2.0'], pbr=True)