From af939b05fb1bdbb95befcbc88ec86a89cedd58f0 Mon Sep 17 00:00:00 2001 From: Drew Hubl Date: Thu, 18 May 2017 07:02:18 -0600 Subject: [PATCH] Add Python 3.6 to the PyPI classifiers section --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index dd47564..716c3ab 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,7 @@ setup( 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', ], license="LGPL 3", keywords="django,multiple,select,field,choices",