python-trio / trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio
Other
188 stars 37 forks source link

[packaging] `trio-asyncio` incorrectly packages `tests` folder in `site-packages` #90

Closed dhirschfeld closed 3 years ago

dhirschfeld commented 3 years ago

Packaging tests is good but the test folder is being installed directly into site-packages/tests which it shouldn't be:

image

image