We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0841f32 commit 709a60bCopy full SHA for 709a60b
1 file changed
pyproject.toml
@@ -24,9 +24,15 @@ Documentation = "https://AnswerDotAI.github.io/execnb/"
24
[project.entry-points.nbdev]
25
execnb = "execnb._modidx:d"
26
27
+[project.scripts]
28
+exec_nb=execnb.shell:exec_nb
29
+
30
[tool.setuptools.dynamic]
31
version = {attr = "execnb.__version__"}
32
33
34
35
36
[tool.setuptools.packages.find]
37
include = ["execnb"]
38
0 commit comments