Skip to content

Commit a446019

Browse files
authored
Re-add project URLs after migration to pyproject.toml (#1986)
Following spec: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#urls
1 parent 5c852f8 commit a446019

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ dependencies = [
2525
"wcwidth",
2626
]
2727

28+
[project.urls]
29+
Homepage = "https://github.com/prompt-toolkit/python-prompt-toolkit"
30+
Documentation = "https://python-prompt-toolkit.readthedocs.io/en/stable/"
31+
2832
[tool.ruff]
2933
target-version = "py37"
3034
lint.select = [

0 commit comments

Comments
 (0)