From 10623cd19033d6b80ea01843627a5fea3dd43299 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Sat, 23 Jul 2022 18:54:24 +0300 Subject: [PATCH] Fix the setup.py name Signed-off-by: Ari Archer --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 994cc0f..d60c546 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,8 @@ with open("README.md", "r") as desc: long_description: str = desc.read() setuptools.setup( - name="guacamole_keysyms", - version="0.0.2", + name="guacamole-keysyms", + version="0.0.3", author="AriArcher", author_email="ari.web.xyz@gmail.com", description="Guacamole protocol key mappings for python",