From 7e07bd26bf12089a271fccb0a0a327db9f4c7099 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 29 Aug 2019 16:28:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=AA=20modstool:=20Fix=20setup.py=20key?= =?UTF-8?q?words?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3048dd5..d03bc94 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( description='Convert MODS metadata to a pandas DataFrame', long_description=open('README.md', 'r', encoding='utf-8').read(), long_description_content_type='text/markdown', - keywords='qurator mets mots library', + keywords='qurator mets mods library', license='Apache', namespace_packages=['qurator'], packages=find_packages(exclude=['*.tests', '*.tests.*', 'tests.*', 'tests']),