You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since aiohttp started unconditionally requiring isal, I need to package it for Gentoo Linux. However, I don't seem to be able to find an usable archive for it:
the source distribution on PyPI is missing tests
the GitHub archive is not supported by versioningit
Could you please include test files in the source distribution, so that it could be used for packaging?
Additionally/alternatively, could you consider switching to setuptools-scm that is far more common and unlike versioningit, works with GitHub archives.