diff --git a/pyproject.toml b/pyproject.toml index ad2d8c2..19728e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,8 +35,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" },