skorokithakis / shortuuid

A generator library for concise, unambiguous and URL-safe UUIDs.
http://www.stavros.io/
BSD 3-Clause "New" or "Revised" License
2.07k stars 112 forks source link

Don't install COPYING at top level of wheel #105

Closed cjwatson closed 5 months ago

cjwatson commented 5 months ago

Telling Poetry to install the COPYING file without qualification causes it to install that file at the very top level of the wheel, outside the shortuuid/ directory, and thus to potentially clash with other packages.

We only need to explicitly install it in the sdist. The wheel still ends up with a copy of the file in shortuuid-*.dist-info/COPYING, so no information is lost.