mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-06-08 11:20:07 +02:00
🤪 modstool: Fix setup.py keywords
This commit is contained in:
parent
d885d6bfa2
commit
7e07bd26bf
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue