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 34583cb commit 88b19b8Copy full SHA for 88b19b8
pyproject.toml
@@ -2,7 +2,7 @@
2
license = {file = "LICENSE"}
3
[tool.poetry]
4
name = "mysiar-data-flow"
5
-version = "0.0.2"
+version = "0.0.3rc2"
6
readme = "README.md"
7
license = "MIT"
8
repository = "https://github.com/mysiar-org/python-data-flow"
@@ -45,9 +45,10 @@ poetry = "*"
45
46
47
[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=
+documentation = "https://mysiar-org.github.io/mysiar-data-flow"
+repository = "https://github.com/mysiar-org/python-data-flow"
+issues = "https://github.com/mysiar-org/python-data-flow/issues"
51
+
52
53
[tool.poetry.extras]
54
all = [
0 commit comments