From 592b5e4b0ec0f9bbfeaf85e4d4bc5c26d6cb408c Mon Sep 17 00:00:00 2001 From: Ana Iglesias Date: Sat, 11 May 2024 11:34:15 +0200 Subject: [PATCH] commenting license may be redundant with license in pyproject.toml --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e1202fb..b5b0031 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ version=version, author="Ana Iglesias-Molina", author_email="ana.iglesiasm@upm.es", - license="Apache 2.0", + #license="Apache 2.0", description="Mapeathor is a simple spreadsheet parser able to generate mapping rules in three mapping languages: R2RML, RML (releases on 2014 and 2023) and YARRRML.", long_description=long_description, long_description_content_type="text/markdown",