Skip to content

Commit

Permalink
Filter out node_modules (#737)
Browse files Browse the repository at this point in the history
* Exclude node_modules

* Update CHANGELOG.md
  • Loading branch information
mwouts authored Feb 8, 2021
1 parent 1e859e1 commit 6abaea0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 5 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
include LICENSE
include *.md
include *.txt
include *.rst

graft jupytext/labextension
graft jupyter-config
graft packages
graft tests

global-exclude *__pycache__
exclude packages/labextension/node_modules/
exclude packages/labextension/yarn.lock
exclude packages/labextension/.gitignore

global-exclude *.pyc
global-exclude *population.ipynb
global-exclude plotly_graphs.ipynb
global-exclude Notebook_with_R_magic.ipynb
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Jupytext ChangeLog
- The recursive glob pattern `**/*.ipynb` is now supported by Jupytext - Thanks to Banst for this contribution ([#731](https://github.com/mwouts/jupytext/issues/731))
- Sage notebooks are supported. They can be converted to `.sage` and `.md` files and back. Thanks to Lars Franke for suggesting this! ([#727](https://github.com/mwouts/jupytext/issues/727))

**Fixed**
- We filtered out the `node_modules` folder from the `.tar.gz` package for Jupytext ([#730](https://github.com/mwouts/jupytext/issues/730))


1.10.0 (2021-02-04)
-------------------
Expand Down

0 comments on commit 6abaea0

Please sign in to comment.