Skip to content

Commit

Permalink
fix urls
Browse files Browse the repository at this point in the history
Signed-off-by: Tamar Galer <[email protected]>
  • Loading branch information
tamar-ox committed Jul 9, 2024
1 parent 18e52c3 commit 749dfb5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ description = "mask your secrets from your logs"
authors = ["Tamar Galer <[email protected]>"]
readme = "README.md"
packages = [{include = "maskerlogger"}]
urls = {
"Source" = "https://github.com/oxsecurity/MaskerLogger",
"Tracker" = "https://github.com/oxsecurity/MaskerLogger/issues"
}

[tool.poetry.dependencies]
python = "^3.11"
pyahocorasick = "^2.1.0"

[tool.poetry.urls]
Source = "https://github.com/oxsecurity/MaskerLogger"
Tracker = "https://github.com/oxsecurity/MaskerLogger/issues"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 749dfb5

Please sign in to comment.