From: Sebastian Noack Date: Tue, 6 Oct 2015 14:13:45 +0000 (+0200) Subject: Added Python 3.4 and 3.5 to the classifiers in setup.py X-Git-Tag: 2.9~27^2~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c54ccddd0d379d26ce542e5d8a0bec1eabfba48;p=thirdparty%2Fjinja.git Added Python 3.4 and 3.5 to the classifiers in setup.py --- diff --git a/setup.py b/setup.py index 507fd073..c87ab8a4 100644 --- a/setup.py +++ b/setup.py @@ -62,6 +62,8 @@ setup( 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Text Processing :: Markup :: HTML'