Skip to content

Commit

Permalink
update pyproject.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PaTara43 committed Jun 17, 2024
1 parent 7700129 commit aa279fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ description = "Robonomics wrapper over https://github.com/polkascan/py-substrate
authors = ["Pavel Tarasov <p040399@outlook.com>"]
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"

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit aa279fd

Please sign in to comment.