python-trio / trio-websocket

WebSocket client and server implementation for Python Trio
MIT License
70 stars 25 forks source link

include LICENSE in source distributions #168

Closed bollwyvl closed 2 years ago

bollwyvl commented 2 years ago

Thank you for trio-websocket!

This PR ensures the LICENSE file is included in sdist distributions, which, while not required by the terms of the MIT license, is helpful for downstreams.

In my case, I'm looking to package this for conda-forge, which generally requires some license documentation for all packages. We're not blocked, as such, as we can source it from github from the same tag, but keeping everything in one tarball makes things a bit more reliable.

Thanks again!

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 206


Totals Coverage Status
Change from base Build 187: 0.0%
Covered Lines: 497
Relevant Lines: 519

💛 - Coveralls
coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 206


Totals Coverage Status
Change from base Build 187: 0.0%
Covered Lines: 497
Relevant Lines: 519

💛 - Coveralls
bollwyvl commented 2 years ago

Thanks!