From 4a455282f5032b1e81067aac92572d84f1d051e5 Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Sun, 4 Aug 2019 03:26:57 +0200 Subject: [PATCH] fix PyPI error (invalid classifier) --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 122e4f4..e8a48f9 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,6 @@ setup(name='openrefine-client', keywords='openrefine client batch processing docker etl code4lib', classifiers = [ 'Development Status :: 4 - Beta', - 'Environment :: Console (Text Based)', 'Intended Audience :: Developers', 'Intended Audience :: System Administrators', 'License :: OSI Approved :: GNU General Public License (GPL)',