Skip to content

Commit

Permalink
additional repo details to toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ykumards committed Sep 19, 2024
1 parent 1155eb2 commit b3db67d
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
Expand Up @@ -6,6 +6,9 @@ description = "A command line time blocker that nags you to get things done"
authors = ["Yogesh Kumar <ykumards@gmail.com>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/ykumards/nag"
repository = "https://github.com/ykumards/nag"
keywords = ["productivity", "time management", "nag", "CLI", "time blocker"]

[tool.poetry.dependencies]
python = "^3.11"
Expand All @@ -25,4 +28,4 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
nag = "nag.cli:nag"
nag = "nag.cli:nag"

0 comments on commit b3db67d

Please sign in to comment.