Update pip package to include icons, exclude docs

This commit is contained in:
Debanjum Singh Solanky 2022-08-03 21:49:36 +03:00
parent e76930b320
commit 92016eb49c
2 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
__pycache__
.DS_Store
.emacs.desktop*
*.py[cod]
tests/data/models
tests/data/embeddings
src/.data

View file

@ -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]