From f65e563c0c09fda033e775ea81962d9e58530fd4 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Fri, 2 Mar 2018 11:26:35 -0500 Subject: [PATCH] Update project setup description to match repo and docs. Thanks @soratidus999 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f09fbb22..882a439f 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( version=allianceauth.__version__, author='Alliance Auth', author_email='adarnof@gmail.com', - description='Eve alliance auth for the 99 percent', + description='An auth system for EVE Online to help in-game organizations manage online service access.', install_requires=install_requires, extras_require={ 'testing': testing_extras,