From 6d1e1ef9bb52ff2d32095c368eeecbfd7842f105 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 6 Sep 2013 23:17:37 +0200 Subject: fix naming --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f4a663f..f423f7b 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -setup file for leap.mail +Setup file for leap.mail """ from setuptools import setup from setuptools import find_packages @@ -56,9 +56,9 @@ setup( license='GPLv3+', author='The LEAP Encryption Access Project', author_email='info@leap.se', - description='Mail Services in the LEAP Client project.', + description='Mail Services provided by Bitmask, the LEAP Client.', long_description=( - "Mail Services in the LEAP Client project." + "Mail Services provided by Bitmask, the LEAP Client." ), classifiers=trove_classifiers, namespace_packages=["leap"], -- cgit v1.2.3