From 902bd893a5eacff6ec01751d2a8c1fae295320c5 Mon Sep 17 00:00:00 2001 From: thecosmos Date: Sat, 8 Feb 2020 16:48:10 +0530 Subject: [PATCH] Update PyPI meta --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index efde06c..98d4ee0 100644 --- a/setup.py +++ b/setup.py @@ -50,13 +50,13 @@ setup( install_requires=requirements, extra_requirements=extra_requirements, classifiers=[ + 'Framework :: Flask', 'Environment :: Web Environment', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', - 'Topic :: Software Development :: Libraries :: Python Modules', - 'Framework :: Flask' + 'Topic :: Software Development :: Libraries :: Python Modules' ] )