From ea2fe56ce381e4fbe198a75191b039c59d207b3e Mon Sep 17 00:00:00 2001 From: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> Date: Wed, 8 May 2024 22:16:21 -0400 Subject: [PATCH] fix: project name was wrong --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f508f9..bcb662e 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( - name="Ape AWS KMS", + name="ape-aws", use_scm_version=True, setup_requires=["setuptools_scm"], description="""Ape AWS KMS: Ape plugin to make transactions through AWS KMS""",