erdewit / nest_asyncio

Patch asyncio to allow nested event loops
BSD 2-Clause "Simplified" License
693 stars 79 forks source link

Include LICENSE in released package #13

Closed diego-plan9 closed 4 years ago

diego-plan9 commented 4 years ago

First of all, thanks for making nest_asyncio available - it covers a very handy use case! I was wondering if it would be possible to make a new release that includes the LICENSE file along with the rest of the files, in order to facilitate proper attribution.

erdewit commented 4 years ago

The LICENSE file is now added to the distribution.

diego-plan9 commented 4 years ago

Thanks a lot @erdewit !

diego-plan9 commented 4 years ago

Actually, on a closer look: would it be possible to have the LICENSE file included in the .tar.gz, and not only in the .whl?