From 2153083880fa2d761047bb8bb80a8f7f49c27d03 Mon Sep 17 00:00:00 2001 From: iuvbio Date: Sun, 22 Aug 2021 18:34:23 +0200 Subject: [PATCH] fix development status --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3a58005..c8ee678 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description = Read in an ODS file and return it as a pandas.DataFrame long_description = file: README.md, LICENSE.txt long_description_content_type = text/markdown classifiers = - Development Status :: 2 - Beta + Development Status :: 5 - Production/Stable License :: OSI Approved :: MIT License Programming Language :: Python :: 3 Topic :: Utilities