Skip to content

Commit

Permalink
Fix packages names and push
Browse files Browse the repository at this point in the history
  • Loading branch information
karimodm committed Jan 31, 2025
1 parent 5148115 commit 0e02092
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/src/plugins/1inch/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "goat-plugin-1inch"
name = "goat-sdk-plugin-1inch"
version = "0.1.0"
description = "1inch plugin for GOAT SDK"
authors = ["GOAT SDK Team"]
Expand All @@ -9,7 +9,7 @@ homepage = "https://ohmygoat.dev/"
repository = "https://github.com/goat-sdk/goat"
packages = [
{ include = "goat_plugins/inch1" },
]
]

[tool.poetry.dependencies]
python = "^3.10"
Expand Down
1 change: 1 addition & 0 deletions python/src/plugins/allora/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Allora Plugin for GOAT
2 changes: 1 addition & 1 deletion python/src/plugins/nansen/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "goat-plugin-nansen"
name = "goat-sdk-plugin-nansen"
version = "0.1.0"
description = "Nansen plugin for GOAT SDK"
authors = ["GOAT SDK Team"]
Expand Down
2 changes: 1 addition & 1 deletion python/src/plugins/rugcheck/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "goat-plugin-rugcheck"
name = "goat-sdk-plugin-rugcheck"
version = "0.1.0"
description = "A Python rugcheck plugin for the GOAT SDK"
authors = ["GOAT SDK Team"]
Expand Down

0 comments on commit 0e02092

Please sign in to comment.