Skip to content

Commit

Permalink
Correct MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Collonval committed Aug 26, 2019
1 parent f55203a commit 9e46c51
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
include LICENSE
include README.md
include setup.py
include requirements.txt
include requirements_dev.txt

recursive-include jupyter-config *.json
recursive-include jupyter_conda *
Expand All @@ -12,11 +14,12 @@ prune labextension/lib
prune labextension/build
prune labextension/node_modules
prune **/.ipynb_checkpoints
prune **/.vscode

# Patterns to exclude from any directory
global-exclude *~
global-exclude *.pyc
global-exclude *.pyo
global-exclude *.gif
global-exclude .git
global-exclude .ipynb_checkpoints
global-exclude *.tsbuildinfo
global-exclude *.log

0 comments on commit 9e46c51

Please sign in to comment.