1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-09 13:25:08 +02:00

setup.py: Add "DSpace" to description

I suppose someone searching PyPi (eventually) would be happy to see
that this was written specifically with DSpace in mind.
This commit is contained in:
Alan Orth 2019-07-31 17:42:27 +03:00
parent fd3861e7cd
commit 734ae7f011
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -16,7 +16,7 @@ setuptools.setup(
version="0.0.1",
author="Alan Orth",
author_email="aorth@mjanja.ch",
description="A simple, but opinionated CSV quality checking and fixing pipeline.",
description="A simple, but opinionated CSV quality checking and fixing pipeline for CSVs in the DSpace ecosystem.",
license="GPLv3",
long_description=long_description,
long_description_content_type="text/markdown",