Open
Description
Describe the bug
Built wheels include .hash
directories which are intended for build only (if I understood correctly).
The content of files within dirs is like:
b01999d409b29bd916e067bc963d5f2d9ee63cfc9ae0bccb769910131417bf93 /home/runner/work/aiohttp/aiohttp/aiohttp/_websocket/mask.pxd
This looks needless for endusers.
To Reproduce
check the content of aiohttp wheel for .hash
directories.
Expected behavior
No .hash
directories.
Logs/tracebacks
no logs needed
Python Version
$ python --version
3.12.10
aiohttp Version
$ python -m pip show aiohttp
3.11.18
multidict Version
$ python -m pip show multidict
propcache Version
$ python -m pip show propcache
yarl Version
$ python -m pip show yarl
OS
*Linux
Related component
Server, Client
Additional context
No response
Code of Conduct
- I agree to follow the aio-libs Code of Conduct