From d2a2e11a09584f4e8df60b3ca69c2d161565a547 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Thu, 19 Jan 2017 14:00:58 +0100 Subject: [PATCH] typo, I forgot a trailing comma Signed-off-by: Christian Heimes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6acb79c..42c4942 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ def read(fname): "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", - "Programming Language :: Python :: 3.6" + "Programming Language :: Python :: 3.6", "Topic :: Internet :: Proxy Servers", ], )