From 029c51acef74e980114c22ef65efbf58c22e2397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Tue, 5 Aug 2014 14:43:13 -0300 Subject: [PATCH] There is a trove classifier for Scrapy framework! Added by https://bitbucket.org/pypa/pypi/issue/179 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 72bb35a03..1663e9104 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,7 @@ setup( 'console_scripts': ['scrapy = scrapy.cmdline:execute'] }, classifiers=[ + 'Framework :: Scrapy', 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Intended Audience :: Developers',