Skip to content

Commit

Permalink
chore: Update pyproject.toml with URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Jan 30, 2023
1 parent e3ad3be commit e77c96a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ description = "A module and CLI tool to help parse and draw keyboard layouts."
authors = ["Cem Aksoylar <[email protected]>"]
readme = ["README.md", "KEYMAP_SPEC.md"]
packages = [{include = "keymap_drawer"}]
homepage = "https://github.com/caksoylar/keymap-drawer"
repository = "https://github.com/caksoylar/keymap-drawer"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/caksoylar/keymap-drawer/issues"

[tool.poetry.dependencies]
python = "^3.10"
Expand All @@ -26,7 +31,6 @@ optional = true
[tool.poetry.group.lsp.dependencies]
python-lsp-server = "^1.6.0"


[tool.poetry.group.streamlit]
optional = true

Expand Down

0 comments on commit e77c96a

Please sign in to comment.