diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2018-11-17 22:53:19 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2018-11-20 10:00:13 +0100 |
commit | 91c90ef12e9a92de73f32d8145118eed030ff6a9 (patch) | |
tree | 9fbb35b3320418db7396fbab6d711de7ebdc40a1 | |
parent | 830e5cfcea1dc4bc592f1e61d788b6eccc6052c6 (diff) | |
download | pyparsing-git-91c90ef12e9a92de73f32d8145118eed030ff6a9.tar.gz |
include also all files necessary for tests.
Fixes #44
-rw-r--r-- | MANIFEST.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 955d980..47dcbae 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,8 @@ include pyparsing.py include HowToUsePyparsing.html pyparsingClassDiagram.* include README.md CODE_OF_CONDUCT.md CHANGES LICENSE -include examples/*.py examples/Setup.ini examples/*.dfm examples/*.ics examples/*.html
-include htmldoc/*.*
-include docs/*.*
-include robots.txt
+include examples/*.py examples/Setup.ini examples/*.dfm examples/*.ics examples/*.html +include htmldoc/* +include docs/* +include test/* +include simple_unit_tests.py unitTests.py |