https://bugzilla.redhat.com/show_bug.cgi?id=1885501
--- Comment #2 from Fabian Affolter mail@fabian-affolter.ch --- (In reply to Andy Mender from comment #1)
Summary: Server-Sent Event Python client
License: MIT
Good catch. There is a mismatch between the license file and the licensing details in the setup.py.
https://github.com/rtfol/aiohttp-sse-client/pull/13
Also, some minor items picked up by rpmlint: python-aiohttp-sse-client-doc.noarch: W: summary-not-capitalized C aiohttp-sse-client documentation python-aiohttp-sse-client-doc.noarch: W: wrong-file-end-of-line-encoding /usr/share/doc/python-aiohttp-sse-client-doc/html/objects.inv python-aiohttp-sse-client-doc.noarch: W: file-not-utf8 /usr/share/doc/python-aiohttp-sse-client-doc/html/objects.inv
At least one could be fixed.
Thanks for the review.