forked from orbit-oss/flask
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:
parent
64ba43411f
commit
9311a823a7
1 changed files with 0 additions and 3 deletions
|
|
@ -1,6 +1,3 @@
|
|||
[metadata]
|
||||
license_file = LICENSE.rst
|
||||
|
||||
[bdist_wheel]
|
||||
universal = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue