forked from orbit-oss/flask
Add license_file to setup.cfg metadata (#2024)
Without this, the LICENSE file is never included in the built wheels: this makes it harder for users to comply with the license. With this addition a file LICENSE.txt will be created in the `xxx.dist-info` directory with the content of the `license_file` file, e.g. the top level LICENSE.
This commit is contained in:
parent
de1652467b
commit
11809bf1d2
1 changed files with 3 additions and 0 deletions
|
|
@ -4,5 +4,8 @@ release = egg_info -RDb ''
|
|||
[wheel]
|
||||
universal = 1
|
||||
|
||||
[metadata]
|
||||
license_file = LICENSE
|
||||
|
||||
[tool:pytest]
|
||||
norecursedirs = .* *.egg *.egg-info env* artwork docs examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue