From 984a9f9121e09dc951c7201fb814199a0532577d Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Thu, 20 Apr 2017 13:49:28 -0600 Subject: [PATCH] Pelican trove classifiers have been added to PyPI https://github.com/pypa/warehouse/issues/1650 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6b696da..a6a1047 100644 --- a/setup.py +++ b/setup.py @@ -54,6 +54,7 @@ def get_long_description(absolute_url): # 'Programming Language :: Python :: 3.4', # 'Programming Language :: Python :: 3.5', # 'Programming Language :: Python :: 3.6', + 'Framework :: Pelican :: Plugins`, 'Topic :: Software Development :: Libraries :: Python Modules', ], )