From 7faecf2b7ad32736316c2e8b04b9b78923c9ca50 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Mon, 15 Jun 2020 13:20:48 +0000 Subject: [PATCH] fix: python manifest to graft --- MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index d2cadf9..a1d1fa8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ -recursive-include djangoldp_notification/templates * \ No newline at end of file +graft djangoldp_notification +global‐exclude *.py[cod] __pycache__ *.so \ No newline at end of file