dgasmith / opt_einsum

⚡️Optimizing einsum functions in NumPy, Tensorflow, Dask, and more with contraction order optimization.
https://dgasmith.github.io/opt_einsum/
MIT License
822 stars 67 forks source link

Fully qualify license trove classifier #188

Closed johnthagen closed 2 years ago

johnthagen commented 2 years ago

Description

Fully qualify license trove classifier. This allows tools such as pip-licenses to generate a nice license report and matches how other packages in the ecosystem publish their license.

Status

codecov[bot] commented 2 years ago

Codecov Report

Merging #188 (9d4b77f) into master (ee0e37c) will not change coverage. The diff coverage is n/a.

jcmgray commented 2 years ago

Thanks!

dgasmith commented 2 years ago

Great! Thank you for this change.