diff --git a/setup.py b/setup.py index f7b7830..70c08fa 100644 --- a/setup.py +++ b/setup.py @@ -1,19 +1,19 @@ # Copyright (C) 2012 by the Free Software Foundation, Inc. # -# This file is part of mailman.client. +# This file is part of Postorius. # -# mailman.client is free software: you can redistribute it and/or modify it +# Postorius is free software: you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by the # Free Software Foundation, either version 3 of the License, or (at your # option) any later version. # -# mailman.client is distributed in the hope that it will be useful, but WITHOUT +# Postorius is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License # for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with mailman.client. If not, see . +# along with Postorius. If not, see . import ez_setup ez_setup.use_setuptools()