From 5d971c997dfbd2e70bbe2193200edf116488a0f5 Mon Sep 17 00:00:00 2001 From: antazoey Date: Fri, 10 Jan 2025 10:30:11 -0600 Subject: [PATCH] fix: name (#119) Co-authored-by: antazoey --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 32fd85b..5e85181 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,8 +34,10 @@ apepay = ["manifest.json", "py.typed"] [tool.setuptools_scm] # NOTE: Config entry needed for this plugin to function +# NOTE: Can delete this once https://github.com/ApeWorX/ape/pull/2461 +# is available. [tool.ape] -name = "ApePay" +name = "apepay" plugins = [ { name = "arbitrum" },