diff options
-rw-r--r-- | setup.cfg | 3 | ||||
-rw-r--r-- | sites/www/changelog.rst | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,9 @@ [wheel] universal = 1 +[metadata] +license_file = LICENSE + [coverage:run] omit = paramiko/_winapi.py diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 9b154c24..2016d872 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,7 @@ Changelog ========= +* :support:`- backported` Include LICENSE file in wheel archives. * :release:`2.3.1 <2017-09-22>` * :bug:`1071` Certificate support broke the no-certificate case for Ed25519 keys (symptom is an ``AttributeError`` about ``public_blob``.) This went |