1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-06-07 19:05:06 +02:00

🤪 modstool: Fix setup.py keywords

This commit is contained in:
Gerber, Mike 2019-08-29 16:28:06 +02:00
parent d885d6bfa2
commit 7e07bd26bf

View file

@ -11,7 +11,7 @@ setup(
description='Convert MODS metadata to a pandas DataFrame', description='Convert MODS metadata to a pandas DataFrame',
long_description=open('README.md', 'r', encoding='utf-8').read(), long_description=open('README.md', 'r', encoding='utf-8').read(),
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
keywords='qurator mets mots library', keywords='qurator mets mods library',
license='Apache', license='Apache',
namespace_packages=['qurator'], namespace_packages=['qurator'],
packages=find_packages(exclude=['*.tests', '*.tests.*', 'tests.*', 'tests']), packages=find_packages(exclude=['*.tests', '*.tests.*', 'tests.*', 'tests']),