From: Jon Dufresne Date: Tue, 7 May 2019 13:57:44 +0000 (-0700) Subject: Remove deprecated license_file from setup.cfg (#825) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/e7a44296c3288fc4b223e61fe4f38af871dc947e?hp=e7a44296c3288fc4b223e61fe4f38af871dc947e Remove deprecated license_file from setup.cfg (#825) Starting with wheel 0.32.0 (2018-09-29), the "license_file" option is deprecated. https://wheel.readthedocs.io/en/stable/news.html The wheel will continue to include LICENSE, it is now included automatically: https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file ---