We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1997c66 commit f3d5508Copy full SHA for f3d5508
pyproject.toml
@@ -23,10 +23,16 @@ classifiers = [
23
"Programming Language :: Python :: 3.7",
24
"Programming Language :: Python :: Implementation :: PyPy",
25
"Topic :: Utilities",
26
- "Topic :: System :: Shells"]
+ "Topic :: System :: Shells"
27
+]
28
homepage = "http://github.com/vcs-python/libvcs/"
29
readme = "README.rst"
30
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
+
36
[tool.poetry.dependencies]
37
python = "~2.7 || ^3.5"
38
0 commit comments