Skip to content

rename COPYING to LICENSE

Maciej Pawel Szymanski requested to merge maszyman-include-copying into master

While trying to add lb-nightly packages to conda-forge, I noticed that there is no license file (COPYING) added to the source distribution (sdist tarball) built with poetry, see e.g. here.

From what I understood, poetry by default add only license files starting with LICENSE (see code and issue).

Therefore, we need to explicitly include COPYING file in pyproject.toml (this MR) or rename the license file (this MR). Please let me know what you prefer.

Edited by Maciej Pawel Szymanski

Merge request reports