summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2016-04-06 23:51:41 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2016-04-06 23:55:37 +0200
commit94a9b2cf9ddd7be181c984793a5404e2b95a779e (patch)
treebe5f2e174392bfe4f2bf7069aa5c01d1ae37971d /MANIFEST.in
parentb401c3d2eac2aa9b73815034b44af75f65e6d7bc (diff)
downloadfactory-boy-94a9b2cf9ddd7be181c984793a5404e2b95a779e.tar
factory-boy-94a9b2cf9ddd7be181c984793a5404e2b95a779e.tar.gz
Cleanup manifest.
Also, use check_manifest to check for MANIFEST.in / git mismatches.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in16
1 files changed, 10 insertions, 6 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 22f4a5c..19b0f8c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,8 +1,12 @@
-include README.rst
+include ChangeLog LICENSE README.rst
include requirements*.txt
-include docs/Makefile
-recursive-include docs *.py *.rst
-include docs/_static/.keep_dir
-prune docs/_build
-recursive-include tests *.py *.data
+graft factory
+
+prune docs
+prune examples
+prune tests
+
+global-exclude .py[cod] __pycache__
+
+exclude Makefile tox.ini .pylintrc