Fixes Pip Package Name

This commit is contained in:
2022-12-06 23:40:03 -03:00
parent f92ae99e2f
commit 22c9a3b9de

View File

@@ -1,7 +1,7 @@
import setuptools import setuptools
import os import os
__name = "yoshi_seals" __name = "yoshi-seals"
__version_sufix = os.environ.get('VERSION_SUFIX') __version_sufix = os.environ.get('VERSION_SUFIX')
if not __version_sufix: if not __version_sufix: