From 434982c7a916373037cde7fdf91cc8e28b2e3a62 Mon Sep 17 00:00:00 2001 From: iuvbio Date: Sun, 22 Aug 2021 19:51:31 +0200 Subject: [PATCH] change underscores --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 205afb6..da3a461 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -name = pandas_ods_reader +name = pandas-ods-reader version = file: pandas_ods_reader/VERSION description = Read in an ODS file and return it as a pandas.DataFrame long_description = file: README.md, LICENSE.txt