simion / pip-upgrader

An interactive pip requirements upgrader. It also updates the version in your requirements.txt file.
Apache License 2.0
512 stars 35 forks source link

include LICENSE file in distributions #13

Closed djsutherland closed 5 years ago

djsutherland commented 5 years ago

Redistributions of your source code are supposed to include the LICENSE text under the terms of your license, but your distributions currently don't – this makes it harder for everyone to follow the license. :)

The MANIFEST.in file makes sure that LICENSE ends up in the .tar.gz source files from sdist, and the setup.cfg setting tells wheels about it.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling bc5ee0af6e5171171d97d04c9537904c9d5c695a on dougalsutherland:license into 46d0f2dcecd93915575f78fb9c6ae3f261e961c1 on simion:master.

simion commented 5 years ago

well, thanks 😸