summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorGhe Rivero <ghe@debian.org>2012-03-10 23:19:54 +0100
committerGhe Rivero <ghe@debian.org>2012-03-10 23:19:54 +0100
commit0f4c7647c3bf408ef86157c0619df4fda0ca45c8 (patch)
tree424674473729b24d74ca9aac70538a32f0ca1028 /MANIFEST.in
parenta82cebe38c64ff5cb57252a31cd940bbf93f3274 (diff)
parent84019217057d1752fba021b2bfe940af5636977d (diff)
downloadfactory-boy-0f4c7647c3bf408ef86157c0619df4fda0ca45c8.tar
factory-boy-0f4c7647c3bf408ef86157c0619df4fda0ca45c8.tar.gz
Merge tag 'v1.1.3' into debian/unstable
Release of factory_boy 1.1.3
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..3912fee
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,6 @@
+include README
+include docs/Makefile
+recursive-include docs *.py *.rst
+include docs/_static/.keep_dir
+prune docs/_build
+recursive-include tests *.py