From 5080fea0895187f8de5c6445cb8934f04f6bfe44 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 25 Jan 2019 23:32:36 +0100 Subject: [PATCH] Add python 3.7 tag --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5cac074..e9cc78e 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,7 @@ setup( 'Intended Audience :: Developers', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'License :: OSI Approved :: BSD License', "Operating System :: OS Independent", ],