infrae / pyoai

The oaipmh module is a Python implementation of an "Open Archives$ Initiative Protocol for Metadata Harvesting"
http://pypi.python.org/pypi/pyoai
Other
83 stars 53 forks source link

Description in setup.py should be a single line #50

Closed tahme closed 2 years ago

tahme commented 2 years ago

Newlines in setup.py description are disallowed and some versions of setuptools (e.g. v59.0.1) fail to install pyoai, giving a ValueError: Newlines are not allowed.

See https://github.com/pypa/setuptools/pull/2870 (reverted in https://github.com/pypa/setuptools/commit/68795af92cff7929d56d6b8753a8621ad12444fb but is expected to break again later).

wetneb commented 2 years ago

Thanks for the report, I fixed this.