diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-10-18 11:55:08 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-10-18 11:56:21 -0700 |
commit | a4b17ac6bc499e97e9227d092e7f002b43d06819 (patch) | |
tree | b048afacedb38ab3c89fb5460401127043cd987d /setup.cfg | |
parent | a01277c93f56013f7a856e36b5e497a1eab19753 (diff) | |
download | paramiko-a4b17ac6bc499e97e9227d092e7f002b43d06819.tar.gz |
Include LICENSE in wheels
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ [wheel] universal = 1 +[metadata] +license_file = LICENSE + [coverage:run] omit = paramiko/_winapi.py |