From 8053d74e71daa3d05d047070b51ade89b2f3d546 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 18 Dec 2021 19:38:49 +0100 Subject: [PATCH] setup.py: Fix typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 191bb2359..11a13c882 100644 --- a/setup.py +++ b/setup.py @@ -175,7 +175,7 @@ setup( 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