Skip to content

Commit 709a60b

Browse files
committed
fixup migration
1 parent 0841f32 commit 709a60b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,15 @@ Documentation = "https://AnswerDotAI.github.io/execnb/"
2424
[project.entry-points.nbdev]
2525
execnb = "execnb._modidx:d"
2626

27+
[project.scripts]
28+
exec_nb=execnb.shell:exec_nb
29+
2730
[tool.setuptools.dynamic]
2831
version = {attr = "execnb.__version__"}
2932

33+
[project.scripts]
34+
exec_nb=execnb.shell:exec_nb
35+
3036
[tool.setuptools.packages.find]
3137
include = ["execnb"]
3238

0 commit comments

Comments
 (0)