Skip to content

Commit cd4b9e3

Browse files
committed
pypoetry: Add a poetry.source
1 parent c70cde7 commit cd4b9e3

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
@@ -60,6 +60,10 @@ include = [
6060
{ path = "conftest.py", format = "sdist" },
6161
]
6262

63+
[[tool.poetry.source]]
64+
name = "github"
65+
url = "https://github.com/vcs-python/libvcs"
66+
6367
[tool.poetry.urls]
6468
"Bug Tracker" = "https://github.com/vcs-python/libvcs/issues"
6569
Documentation = "https://libvcs.git-pull.com"

0 commit comments

Comments
 (0)