Mark Python 3.6 as supported
authorFrançois Freitag <redacted>
Sat, 2 Dec 2017 21:45:57 +0000 (13:45 -0800)
committerFrançois Freitag <redacted>
Sat, 2 Dec 2017 21:50:11 +0000 (13:50 -0800)
setup.py

index d4f5828f80079bf1018c80359ad6b6f6ca2e6593..99cfd7df6a19e5de6970d850c29a3df41b411998 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -27,6 +27,7 @@ setup(
         'Programming Language :: Python :: 3.3',
         'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.5',
+        'Programming Language :: Python :: 3.6',
         'Environment :: Console',
         'Operating System :: OS Independent',
         'License :: OSI Approved :: BSD License',
git clone https://git.99rst.org/PROJECT