From 71b86505fb9cae7892a9bcf8f8c2d8ac9bf5a530 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 5 Jul 2018 14:42:40 -0400 Subject: [PATCH] Add python 3.7 to the package metadata --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4e6d387..c2beb54 100644 --- a/setup.py +++ b/setup.py @@ -78,6 +78,7 @@ setuptools.setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: Terminals', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary',