From b946caabce78b29414200874442cb9ad34dce428 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Fri, 11 May 2018 00:27:18 +0300 Subject: [PATCH] Fix classifiers list. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b24e39c..9b583400 100755 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ setup( description='Is a pretty simple and fully asynchronous library for Telegram Bot API', long_description=get_description(), classifiers=[ - 'Development Status :: 5 - Production/Stable' + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Framework :: AsyncIO', 'Intended Audience :: Developers',