From 2611632c69d46b03cb5321a43103c3fee8705aca Mon Sep 17 00:00:00 2001 From: CasterWx <1325200471@qq.com> Date: Sat, 8 Dec 2018 12:45:20 +0800 Subject: [PATCH] add classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index bc4e1374..851a14e0 100755 --- a/setup.py +++ b/setup.py @@ -69,6 +69,7 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application', 'Topic :: Software Development :: Libraries :: Application Frameworks',