diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2019-08-17 18:54:43 +0300 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2019-08-17 19:11:31 +0300 |
| commit | 96ce96ec368995b04c8e1bc80b32c8b9a093b5f4 (patch) | |
| tree | eb280eec1a773ebde62500a2019e5af0ab0fae8f | |
| parent | b259095ffac373f9d4dc36f05863ddc4a81034a4 (diff) | |
| download | wheel-git-96ce96ec368995b04c8e1bc80b32c8b9a093b5f4.tar.gz | |
Updated MANIFEST.in to include several previously missing files
Fixes #299.
| -rw-r--r-- | MANIFEST.in | 16 | ||||
| -rw-r--r-- | docs/news.rst | 1 |
2 files changed, 10 insertions, 7 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 990e55d..0909b3c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,9 @@ -include wheel/*.txt *.txt *.sh -recursive-include wheel/test *.py -include wheel/test/test-1.0-py2.py3-none-win32.whl -include wheel/test/headers.dist/header.h -include wheel/test/pydist-schema.json -prune wheel/test/*/dist -prune wheel/test/*/build +recursive-include wheel *.py +recursive-include tests *.py *.h *.txt +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 +prune tests/testdata/*/build +prune tests/testdata/*/dist +prune tests/testdata/*/*.egg-info diff --git a/docs/news.rst b/docs/news.rst index 2b2a2e2..8ed6781 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -4,6 +4,7 @@ Release Notes **UNRELEASED** - Don't add the ``m`` ABI flag to wheel names on Python 3.8 (PR by rdb) +- Updated ``MANIFEST.in`` to include many previously omitted files in the sdist **0.33.4 (2019-05-12)** |
