From e0ee610f7acfbc878c4281cf15ad4a5ff0802106 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Tue, 5 Apr 2016 06:14:49 -0700 Subject: Add classifiers for Python 3.4 and 3.5 to setup.py --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c70f74f..0e4a059 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import setup NAME = 'feedgenerator' PACKAGES = ['feedgenerator', 'feedgenerator.django', 'feedgenerator.django.utils'] -DESCRIPTION = 'Standalone version of django.utils.feedgenerator, compatible with Py3k' +DESCRIPTION = 'Standalone version of django.utils.feedgenerator' LONG_DESCRIPTION = open('README.rst').read() URL = "https://github.com/getpelican/feedgenerator" @@ -21,6 +21,8 @@ CLASSIFIERS = ['Development Status :: 3 - Alpha', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Software Development :: Libraries :: Python Modules', -- cgit v1.2.1