From 5bb2c960e5b268d7b6590936a5a95408651fd8ac Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Fri, 21 Sep 2018 19:41:42 +0800 Subject: [PATCH] declare that we support python 3.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2cc4e28..7ed5d63 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# vim:fileencoding=utf-8 from setuptools import setup, find_packages import nvchecker @@ -49,6 +48,7 @@ setup( "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", "Topic :: Internet", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development",