summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVictor Uriarte <victor.m.uriarte@intel.com>2017-01-09 23:35:36 -0700
committerVictor Uriarte <victor.m.uriarte@intel.com>2017-01-09 23:35:36 -0700
commitf776dde633acfd846e209b209fcef55051849c1a (patch)
treeb7d8f5fd715574ec4e1ef8adba9ad0fe080fc471 /setup.py
parentd66b9247d1b1a3aec5f1b78ef40aa018adaa3330 (diff)
downloadsqlparse-f776dde633acfd846e209b209fcef55051849c1a.tar.gz
Add Python 3.6 to classifiers
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 3033305..c40ee71 100644
--- a/setup.py
+++ b/setup.py
@@ -95,6 +95,7 @@ setup(
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Topic :: Database',
'Topic :: Software Development',
],