pytest-ordering icon indicating copy to clipboard operation
pytest-ordering copied to clipboard

Include LICENSE file in distribution

Open mondeja opened this issue 3 years ago • 4 comments

Closes #63

You can check it running python setup.py sdist and extracting the .tar to see the file LICENSE included.

mondeja avatar Jul 23 '20 12:07 mondeja

Thanks for working on this! 😄

Would it be possible to use license_files in setup.py instead? This would capture more use cases. Some description about this in the linked issue.

jakirkham avatar Nov 18 '20 18:11 jakirkham

@jakirkham - Can you link the documentation for license_files in setup.py? I know only of license in setup.py, and license_files in setup.cfg (I made a fork where I merged this PR, thus I'm interested).

mrbean-bremen avatar Nov 18 '20 20:11 mrbean-bremen

Please see the links in issue ( https://github.com/ftobia/pytest-ordering/issues/63 ).

jakirkham avatar Nov 19 '20 02:11 jakirkham

@jakirkham - thanks, I had looked at that link and didn't find it, thus the question...

mrbean-bremen avatar Nov 19 '20 05:11 mrbean-bremen