Skip to content

Commit f79b6f1

Browse files
committed
build(poetry): Add packaging links
1 parent ae78749 commit f79b6f1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,16 @@ classifiers = [
2323
"Programming Language :: Python :: 3.7",
2424
"Programming Language :: Python :: Implementation :: PyPy",
2525
"Topic :: Utilities",
26-
"Topic :: System :: Shells"]
26+
"Topic :: System :: Shells"
27+
]
2728
homepage = "http://github.com/vcs-python/libvcs/"
2829
readme = "README.rst"
2930

31+
[tool.poetry.urls]
32+
"Bug Tracker" = "https://github.com/vcs-python/libvcs/issues"
33+
Documentation = "https://libvcs.git-pull.com"
34+
Repository = "https://github.com/vcs-python/libvcs"
35+
3036
[tool.poetry.dependencies]
3137
python = "~2.7 || ^3.5"
3238

0 commit comments

Comments
 (0)