python-trio / trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

dhirschfeld opened this issue · comments

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

image

image