From 6c0a88242d2804d25e0526608c9abf898071c92e Mon Sep 17 00:00:00 2001 From: Tony Date: Fri, 6 May 2022 10:14:42 -0500 Subject: [PATCH] rename to pyteamsnap --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 64feda2..cdfdec9 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ LONG_DESCRIPTION = 'https://www.teamsnap.com/documentation' # Setting up setup( - name="teamsnap-python", + name="pyteamsnap", version=VERSION, author="Anthony Correa", author_email="a@correa.co",