From 22c9a3b9de66c79d67b64871004d95caf0e24c48 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Tue, 6 Dec 2022 23:40:03 -0300 Subject: [PATCH] Fixes Pip Package Name --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2bcd262..0364b97 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import setuptools import os -__name = "yoshi_seals" +__name = "yoshi-seals" __version_sufix = os.environ.get('VERSION_SUFIX') if not __version_sufix: