Skip to content

Commit bc4a0c3

Browse files
add homepage to project
1 parent 5030afc commit bc4a0c3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[tool.poetry]
22
name = "solana-agent"
3-
version = "27.4.2"
3+
version = "27.4.3"
44
description = "AI Agents for Solana"
55
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
66
license = "MIT"
77
readme = "README.md"
8+
homepage = "https://solana-agent.com"
89
repository = "https://github.com/truemagic-coder/solana-agent"
910
documentation = "https://docs.solana-agent.com"
1011
keywords = ["solana", "solana ai", "solana agent", "ai", "ai agent", "ai agents"]
@@ -46,9 +47,6 @@ sphinx-autobuild = "^2024.10.3"
4647
mongomock = "^4.3.0"
4748
ruff = "^0.11.6"
4849

49-
[tool.setuptools.package-data]
50-
"solana-agent" = ["https://dl.walletbubbles.com/solana-agent-logo.png?width=50"]
51-
5250
[build-system]
5351
requires = ["poetry-core>=1.0.0"]
5452
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)