Skip to content

Commit a58acda

Browse files
committed
Include packages
1 parent 18b58df commit a58acda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ graft jupyterlab_blockly/labextension
1111
recursive-include patches *.patch
1212

1313
# Javascript files
14-
graft packages/blockly-extension
14+
graft packages/
1515
prune **/node_modules
1616
prune lib
1717
prune binder

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build_cmd = "build:prod"
1414
npm = ["jlpm"]
1515

1616
[tool.check-manifest]
17-
ignore = ["jupyterlab_blockly/labextension/**", "packages/**", "assets/**", "lerna.json", "yarn.lock", ".*", "package-lock.json", "docs/**"]
17+
ignore = ["jupyterlab_blockly/labextension/**", "assets/**", "lerna.json", "yarn.lock", ".*", "package-lock.json", "docs/**"]
1818

1919
[tool.jupyter-releaser.hooks]
2020
before-bump-version = ["python -m pip install jupyterlab~=3.4"]

0 commit comments

Comments
 (0)