kataev / pytest-grpc

Allow test gRPC with pytest
MIT License
126 stars 20 forks source link

Create LICENSE #17

Closed k-dominik closed 3 years ago

k-dominik commented 3 years ago

Hello @kataev,

I would like to get your pytest-grpc package on conda-forge. For this the LICENSE file would be ideally distributed via pypi. So if you would be okay with the proposed license file, it would be perfect, if you could rebuild/upload a new version to Pypi. I'd take care of the conda recipe from there.

Cheers Dominik

musicinmybrain commented 3 years ago

The MIT license (as declared in the package metadata) requires the license and copyright statement to be reproduced when using the code, which isn’t possible when there is no original text to reproduce. See https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text. So the lack of license text (preferably in the form of a separate LICENSE file) is a problem for a lot of potential users.

musicinmybrain commented 3 years ago

Thanks!

Since you’ve merged the PR, I’m packaging pytest-grpc for Fedora Linux. (It’s a dependency for some of the tests in the latest version of https://github.com/open-telemetry/opentelemetry-python.)