Skip to content

Commit

Permalink
Merge duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored Nov 15, 2024
1 parent dbfae66 commit 1f0030d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ artifacts = ["jupyter_scheduler/labextension"]
"jupyter-config/nb-config" = "etc/jupyter/jupyter_notebook_config.d"

[tool.hatch.build.targets.sdist]
exclude = [".github"]
artifacts = ["jupyter_scheduler/labextension"]
exclude = [".github", "binder"]

[tool.hatch.build.hooks.jupyter-builder]
dependencies = ["hatch-jupyter-builder>=0.5"]
Expand All @@ -93,10 +94,6 @@ npm = ["jlpm"]
source_dir = "src"
build_dir = "jupyter_scheduler/labextension"

[tool.hatch.build.targets.sdist]
artifacts = ["jupyter_scheduler/labextension"]
exclude = [".github", "binder"]

[tool.tbump.version]
current = "2.10.0"
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
Expand Down

0 comments on commit 1f0030d

Please sign in to comment.