Ensure the LICENSE is included in built wheels

Otherwise it is not included by default as wheels do not honor the MANIFEST.in

Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
This commit is contained in:
Philippe Ombredanne 2017-01-10 19:25:57 +01:00 committed by GitHub
parent 64cb67b703
commit aa82db9fe2
1 changed files with 3 additions and 0 deletions

View File

@ -9,5 +9,8 @@ upload-dir = doc/en/build/html
[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE
[devpi:upload]
formats = sdist.tgz,bdist_wheel