python-hyper / h11

A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
https://h11.readthedocs.io/
MIT License
490 stars 62 forks source link

Remove `tests` folder from wheels #159

Closed dosisod closed 7 months ago

dosisod commented 1 year ago

I have verified on my local machine that the source distributions still include the tests folder. Doing so reduces the zipped wheel file from 57KB to 37KB, which is about 35% smaller.

Closes https://github.com/python-hyper/h11/issues/158.

dosisod commented 7 months ago

Thanks!