diff setup.py @ 80:af3e0ab76799

Works with Python 3.6 also; document this in the classifiers
author Franz Glasner <hg@dom66.de>
date Thu, 15 Mar 2018 00:00:06 +0100
parents 80dcb41928a7
children 781b8dc1883f
line wrap: on
line diff
--- a/setup.py	Wed Mar 14 23:58:47 2018 +0100
+++ b/setup.py	Thu Mar 15 00:00:06 2018 +0100
@@ -55,6 +55,7 @@
         "Programming Language :: Python :: 3.3",
         "Programming Language :: Python :: 3.4",
         "Programming Language :: Python :: 3.5",
+        "Programming Language :: Python :: 3.6",
         "Topic :: Software Development :: Libraries :: Python Modules"
     ],
     install_requires = ["PyYAML>=3.0"],