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' ] )