Fix the setup.py name

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-07-23 18:54:24 +03:00
parent 139d47d17f
commit 10623cd190
Signed by untrusted user who does not match committer: ari
GPG key ID: A50D5B4B599AF8A2

View file

@ -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",