diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2021-01-04 21:42:58 +0200 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2021-01-04 21:44:54 +0200 |
| commit | 52ec92055abc0bc1416331371ddf64abb3cfd06d (patch) | |
| tree | 135cfc02ca004145347f4636fe85b848bf732f76 | |
| parent | 4fb47f98550f3f43fc0b8c73f518592124ae21bd (diff) | |
| download | wheel-git-52ec92055abc0bc1416331371ddf64abb3cfd06d.tar.gz | |
Added vendor.txt
This is a requirements.txt style file intended for downstream packagers. Closes #392.
| -rw-r--r-- | MANIFEST.in | 1 | ||||
| -rw-r--r-- | src/wheel/vendored/vendor.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index e2e23d2..41db579 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,6 +5,7 @@ include tests/testdata/test-1.0-py2.py3-none-any.whl include tox.ini include manpages/*.rst include LICENSE.txt +include src/wheel/vendored/vendor.txt prune tests/testdata/*/build prune tests/testdata/*/dist prune tests/testdata/*/*.egg-info diff --git a/src/wheel/vendored/vendor.txt b/src/wheel/vendored/vendor.txt new file mode 100644 index 0000000..99f5122 --- /dev/null +++ b/src/wheel/vendored/vendor.txt @@ -0,0 +1 @@ +packaging==20.8 |
