From def4bc4fb481cab1e01820b2b3faee83b931203c Mon Sep 17 00:00:00 2001 From: Marshall <36639405+mdr0id@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:23:14 -0800 Subject: [PATCH] Update pyproject.toml Update email issue in pypi requirements --- jito_searcher_client/pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jito_searcher_client/pyproject.toml b/jito_searcher_client/pyproject.toml index 487cd7b..4e91923 100644 --- a/jito_searcher_client/pyproject.toml +++ b/jito_searcher_client/pyproject.toml @@ -2,7 +2,8 @@ name = "jito_searcher_client" version = "0.1.5" description = "Jito Labs Python Searcher Client" -authors = ["Jito Labs "] +authors = ["Jito Labs "] +urls = { "Support" = "https://discord.gg/jito" } readme = "README.md" packages = [{ include = "jito_searcher_client" }]