Remove deprecated license_file option

Starting with wheel 0.32.0 (2018-09-29), the `license_file` option is
deprecated in favor of `license_files`.

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

See https://github.com/FactoryBoy/factory_boy/pull/696 for inspiration and more discussion.
This commit is contained in:
Jeff Widman 2020-03-02 10:21:15 -08:00 committed by GitHub
parent 64ba43411f
commit 9311a823a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,3 @@
[metadata]
license_file = LICENSE.rst
[bdist_wheel]
universal = true