Commit 199113933efdc64a18af5a01a07b2a7a9b87966b
1 parent
20aea720
updated MANIFEST.in
Showing
1 changed file
with
12 additions
and
0 deletions
MANIFEST.in
| 1 | +include install.bat | ||
| 2 | +include INSTALL.txt | ||
| 3 | +include README.md | ||
| 4 | +include requirements.txt | ||
| 5 | +include oletools/README.rst | ||
| 6 | +include oletools/README.html | ||
| 7 | +include oletools/LICENSE.txt | ||
| 8 | +include oletools/DocVarDump.vba | ||
| 9 | +recursive-include oletools/thirdparty *.* | ||
| 10 | +recursive-include cheatsheet *.* | ||
| 11 | +global-exclude *.pyc | ||
| 12 | + | ||
| 1 | recursive-include tests *.py | 13 | recursive-include tests *.py |
| 2 | graft tests/test-data | 14 | graft tests/test-data |