dnanhkhoa / nb_black

A simple extension for Jupyter Notebook and Jupyter Lab to beautify Python code automatically using black.
MIT License
367 stars 41 forks source link

Include the LICENSE in the sdist #5

Closed xhochy closed 5 years ago

xhochy commented 5 years ago

To show the redistribution rights, useful for example in the case where we repackage this as a conda recipe.

jakirkham commented 5 years ago

It would be nice to add a setup.cfg with the following as well.

[metadata]
license_files = LICENSE

ref: https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file

xhochy commented 5 years ago

@jakirkham Thanks for this tip, I integrated it.

dnanhkhoa commented 5 years ago

Thanks a lot for that, @xhochy @jakirkham