From a1ca0b3b7bba488e1fbaf3dad0406537b596b231 Mon Sep 17 00:00:00 2001 From: Farhaan Bukhsh Date: Thu, 29 Sep 2016 09:00:13 +0530 Subject: [PATCH] Fix setup file --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b2f358..2923837 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,8 @@ 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT', 'Operating System :: POSIX :: Linux', - 'Programming Language :: Python', + 'Programming Language :: Python :: 3.5', + 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application', ], entry_points={ 'console_scripts': ['ircb=ircb.cli.main:cli']