Skip to content

Commit

Permalink
build: Exclude demo folder too from sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendrapaipuri committed Oct 19, 2023
1 parent 3086161 commit 22b1c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ path = "src/jupytext/version.py"
artifacts = ["jupyterlab/jupyterlab_jupytext/labextension"]
# Exclude tests (contains Notebooks that have a total size of ~8MB) to reduce sdist
# tarball. (See #1142)
exclude = ["tests", "**/.yarn", "**/node_modules"]
exclude = ["tests", "demo", "**/.yarn", "**/node_modules"]

[tool.hatch.build.targets.wheel]
packages = ["src/jupytext", "src/jupytext_config", "jupyterlab/jupyterlab_jupytext"]
Expand Down

0 comments on commit 22b1c78

Please sign in to comment.