From 51efbb230b32aa696bda0601b0dd6d84f229b900 Mon Sep 17 00:00:00 2001 From: Jorge Maldonado Ventura Date: Mon, 9 Jul 2018 22:21:35 +0200 Subject: Update setup.py metadata --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 188d9a6..269c483 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,9 @@ LONG_DESCRIPTION = open('README.rst').read() URL = "https://github.com/getpelican/feedgenerator" -CLASSIFIERS = ['Development Status :: 3 - Alpha', +CLASSIFIERS = ['Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', + 'Framework :: Pelican', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', @@ -23,6 +24,8 @@ CLASSIFIERS = ['Development Status :: 3 - Alpha', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Software Development :: Libraries :: Python Modules', -- cgit v1.2.1