Skip to content

Commit 2eb8bfe

Browse files
committed
Added homepage to Pypi project
1 parent a178fe6 commit 2eb8bfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ line-length = 120
33

44
[tool.poetry]
55
name = "yaml-patch"
6-
version = "0.1.1"
6+
version = "0.1.2"
77
description = "Patch yaml strings"
88
readme = "README.md"
99
authors = ["Diogo de Campos <campos.ddc@gmail.com>"]
10+
homepage = "https://github.com/campos-ddc/yaml-patch"
1011
license = "MIT"
1112

1213
[tool.poetry.scripts]

0 commit comments

Comments
 (0)