Skip to content

Commit 3fa8d28

Browse files
committed
fixup migration
1 parent 5445039 commit 3fa8d28

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://ghapi.fast.ai/"
2424
[project.entry-points.nbdev]
2525
ghapi = "ghapi._modidx:d"
2626

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

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

0 commit comments

Comments
 (0)