From 651ccbcddfbaef74de2e5a2b247686e525ebe017 Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Thu, 20 Apr 2017 13:40:19 -0600 Subject: [PATCH] Pelican trove classifier now on PyPI https://github.com/pypa/warehouse/issues/1650 (now sorted alphabetically) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f3a0ebcb..c26f1e71 100755 --- a/setup.py +++ b/setup.py @@ -55,6 +55,7 @@ setup( classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Console', + 'Framework :: Pelican', 'License :: OSI Approved :: GNU Affero General Public License v3', 'Operating System :: OS Independent', 'Programming Language :: Python :: 2',