From 49c7c306273d95a00c313441444077e5527c0b7d Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 18 Dec 2021 18:36:48 +0100 Subject: [PATCH] setup.py: Remove reference to supybot from the short description --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee6606876..c7e96a408 100644 --- a/setup.py +++ b/setup.py @@ -172,7 +172,10 @@ setup( url='https://github.com/progval/Limnoria', author_email='progval+limnoria@progval.net', download_url='https://pypi.python.org/pypi/limnoria', - description='A modified version of Supybot (an IRC bot and framework)', + description=( + 'A multipurpose Python IRC bot, designed for flexibility and ' + 'robustness , while being easy to install, set up, and maintain.' + ) platforms=['linux', 'linux2', 'win32', 'cygwin', 'darwin'], long_description=normalizeWhitespace("""A robust, full-featured Python IRC bot with a clean and flexible plugin API. Equipped with a complete ACL