From 04351dfa80d2ea4d3a264ee0eba1ab571f0ab5db Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 18 Dec 2017 11:23:41 +0100 Subject: [PATCH] Include documentation and examples in source dist --- MANIFEST.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index dd52be9..8c33af0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,10 @@ +graft docs +graft examples +graft tests +include CHANGELOG.txt +include LICENSE include pymisp/data/*.json include pymisp/data/misp-objects/*.json include pymisp/data/misp-objects/objects/*/definition.json include pymisp/data/misp-objects/relationships/definition.json +include README.md