From 432f35e7dba99ad208422a71ea4940e6abbe2204 Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Mon, 3 Sep 2018 17:31:28 +0200 Subject: [PATCH] fix up classifiers --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8d4f371..51a8465 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ packages=['pygrep'], scripts=['scripts/pygrep'], license="MPL 2.0", - classifiers=CLASSIFIERS.split("\n"), + classifiers=CLASSIFIERS.splitlines(), platforms=["any"], python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4', install_requires=[