summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2018-07-10 10:11:42 +0200
committerGitHub <noreply@github.com>2018-07-10 10:11:42 +0200
commita6dc1eb8299a6771b8ccb7f78266695188349b90 (patch)
tree801d8cd5a322197f5f933916baa493df06e8e3de
parentb6319f08b2d086247218dc448635eda6cf7d1c7a (diff)
parent51efbb230b32aa696bda0601b0dd6d84f229b900 (diff)
downloadfeedgenerator-a6dc1eb8299a6771b8ccb7f78266695188349b90.tar.gz
Merge pull request #14 from jorgesumle/setup.py
Update setup.py metadata
-rw-r--r--setup.py5
1 files changed, 4 insertions, 1 deletions
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',