]> Devi Nivas Git - chevron.git/commitdiff
Add Python 3.5 and 3.6 to setup.py
authorcclauss <cclauss@bluewin.ch>
Sun, 12 Nov 2017 19:46:14 +0000 (20:46 +0100)
committerGitHub <noreply@github.com>
Sun, 12 Nov 2017 19:46:14 +0000 (20:46 +0100)
setup.py

index 24a884b9e1c5c7ff5c1a64a3f4a3800c6ea93373..9a47c3c0979e8bc716369a605a722c516f6e44d7 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,8 @@ setup(name='chevron',
           'Programming Language :: Python :: 3.2',
           'Programming Language :: Python :: 3.3',
           'Programming Language :: Python :: 3.4',
-
+          'Programming Language :: Python :: 3.5',
+          'Programming Language :: Python :: 3.6',
           'Topic :: Text Processing :: Markup'
       ]
       )