summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2020-12-13 14:10:44 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2020-12-13 14:21:00 +0200
commitcedf950bcd407e1c80515cb29c5a5c2d11d01500 (patch)
tree74b02fdb52150c7efdff891017536308d19066af
parentf6fd2472c7a4a836a3ebe12eab96a1ed8a31c061 (diff)
downloadwheel-git-cedf950bcd407e1c80515cb29c5a5c2d11d01500.tar.gz
Made sure that the sdist contains LICENSE.txt
Fixes #371.
-rw-r--r--MANIFEST.in1
-rw-r--r--docs/news.rst1
2 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 04c5421..e2e23d2 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,6 +4,7 @@ recursive-include docs *.py *.rst make.bat Makefile
include tests/testdata/test-1.0-py2.py3-none-any.whl
include tox.ini
include manpages/*.rst
+include LICENSE.txt
prune tests/testdata/*/build
prune tests/testdata/*/dist
prune tests/testdata/*/*.egg-info
diff --git a/docs/news.rst b/docs/news.rst
index 13ad998..409444e 100644
--- a/docs/news.rst
+++ b/docs/news.rst
@@ -4,6 +4,7 @@ Release Notes
**UNRELEASED**
- Updated vendored ``packaging`` library to v20.8
+- Fixed wheel sdist missing ``LICENSE.txt``
**0.36.1 (2020-12-04)**