From 8408183b79b681f635ee354e7c4151fcc92e3198 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Sun, 18 Sep 2016 17:27:10 +0200 Subject: [PATCH] minor, irrelevant setup.py fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bce421b..13affb5 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6' + 'Programming Language :: Python :: 3.6', 'Topic :: Internet' ] )