From: Jon Dufresne Date: Sun, 9 Apr 2017 21:24:33 +0000 (-0700) Subject: Add trove classifier for Python 3.6 X-Git-Tag: 2.10~29^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27fffd4dcbaa7566a076e61c6a5cf7fe1aa75214;p=thirdparty%2Fjinja.git Add trove classifier for Python 3.6 --- diff --git a/setup.py b/setup.py index b77ff428..72a68615 100644 --- a/setup.py +++ b/setup.py @@ -64,6 +64,7 @@ setup( 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Text Processing :: Markup :: HTML'