From aa279fd2f002bcdffbdfb2ceebaed66731bf1c5b Mon Sep 17 00:00:00 2001 From: PaTara Date: Tue, 18 Jun 2024 00:13:18 +0300 Subject: [PATCH] update pyproject.yaml --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b0963be..37df8c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,9 +5,9 @@ description = "Robonomics wrapper over https://github.com/polkascan/py-substrate authors = ["Pavel Tarasov "] license = "Apache-2.0" -homepage = "https://github.com/Multi-Agent-io/robonomics-interface" -repository = "https://github.com/Multi-Agent-io/robonomics-interface" -documentation = "https://multi-agent-io.github.io/robonomics-interface/" +homepage = "https://github.com/airalab/robonomics-interface" +repository = "https://github.com/airalab/robonomics-interface" +documentation = "https://airalab.github.io/robonomics-interface/" readme = "README.md" @@ -42,7 +42,7 @@ exclude = [ robonomics_interface = 'robonomicsinterface.robonomics_interface_io:cli' [tool.poetry.urls] -"Bug Tracker" = "https://github.com/Multi-Agent-io/robonomics-interface/issues" +"Bug Tracker" = "https://github.com/airalab/robonomics-interface/issues" [tool.poetry.dependencies] python = ">=3.8, <4.0"