Skip to content

Commit

Permalink
Add cli script
Browse files Browse the repository at this point in the history
  • Loading branch information
sopermaf committed Dec 10, 2023
1 parent f4bd4a0 commit 4452fb9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "teanglann"
version = "0.0.1"
version = "0.0.2"
description = "Random Irish words from teanglann.ie"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -48,3 +48,6 @@ exclude = [

[tool.hatch.build.targets.wheel]
packages = ["src/teanglann"]

[project.scripts]
teanglann = "teanglann.__main__:cli"

0 comments on commit 4452fb9

Please sign in to comment.