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 | |
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>
-rw-r--r-- | MANIFEST.in | 2 | ||||
-rw-r--r-- | docs/_static/.keep_dir | 0 |
2 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 diff --git a/docs/_static/.keep_dir b/docs/_static/.keep_dir new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/docs/_static/.keep_dir |