From 024c3e8b4b088a17b738c3e2ac97cd8a25f4d332 Mon Sep 17 00:00:00 2001 From: iuvbio Date: Mon, 28 Jan 2019 21:27:27 +0100 Subject: [PATCH] corrected classifiers --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 78a20fb..f5c21b7 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup(name="pandas_ods_reader", 'Development Status :: 3 - Alpha', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3.7', - 'Topic :: Data Processing :: IO', + 'Topic :: Utilities', ], keywords='data io pandas ods', url="http://github.com/iuvbio/pandas_ods_reader",