diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-03-09 22:32:50 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-03-09 22:32:50 +0100 |
commit | f061672eed5fb5849d4f4141ba82963ba6913ebc (patch) | |
tree | edc747a911b99931195a1bf0e47bc5d58c6b4f32 /MANIFEST.in | |
parent | 0f4e9d32a68ed6757f0e3a9216d3bbb4cf2f1280 (diff) | |
download | factory-boy-f061672eed5fb5849d4f4141ba82963ba6913ebc.tar factory-boy-f061672eed5fb5849d4f4141ba82963ba6913ebc.tar.gz |
Add MANIFEST.in entries for docs and tests.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 382d9bf..3912fee 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,6 @@ include README include docs/Makefile recursive-include docs *.py *.rst +include docs/_static/.keep_dir prune docs/_build +recursive-include tests *.py |