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