Skip to content

Commit 88b19b8

Browse files
committed
project-urls: done
1 parent 34583cb commit 88b19b8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
license = {file = "LICENSE"}
33
[tool.poetry]
44
name = "mysiar-data-flow"
5-
version = "0.0.2"
5+
version = "0.0.3rc2"
66
readme = "README.md"
77
license = "MIT"
88
repository = "https://github.com/mysiar-org/python-data-flow"
@@ -45,9 +45,10 @@ poetry = "*"
4545

4646

4747
[project.urls]
48-
Repository = "https://github.com/mysiar-org/python-data-flow"
49-
Issues = "https://github.com/mysiar-org/python-data-flow/issues"
50-
#Changelog=
48+
documentation = "https://mysiar-org.github.io/mysiar-data-flow"
49+
repository = "https://github.com/mysiar-org/python-data-flow"
50+
issues = "https://github.com/mysiar-org/python-data-flow/issues"
51+
5152

5253
[tool.poetry.extras]
5354
all = [

0 commit comments

Comments
 (0)