dask-pytorch-ddp
dask-pytorch-ddp copied to clipboard
Packaging license file
It would be good to add the license_files fields to setup to ensure downstream users both know the license of the software and receive the license file in their install.
Thanks for the suggestion! This was new to me, so I did some research on it. For whoever picks up this issue, this is a better link that explains what license_files is: https://packaging.python.org/guides/using-manifest-in/#how-files-are-included-in-an-sdist
Thanks for finding a better link! Will steal that the next time I raise another issue like this 😉