From 92016eb49cb5dec0b18506c8df10cdf4c8cca19d Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Wed, 3 Aug 2022 21:49:36 +0300 Subject: [PATCH] Update pip package to include icons, exclude docs --- .gitignore | 1 + MANIFEST.in | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 59294ab3..9d33a849 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ __pycache__ .DS_Store .emacs.desktop* +*.py[cod] tests/data/models tests/data/embeddings src/.data diff --git a/MANIFEST.in b/MANIFEST.in index c907129d..0819781a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include Readme.md -graft docs* -global-exclude .DS_Store *.py[cod] +graft src/interface/web/assets/icons* +prune docs* +global-exclude .DS_Store *.py[cod] \ No newline at end of file