From ae66bff0a1966d2f65550cab81431f91dcece905 Mon Sep 17 00:00:00 2001 From: rhooper Date: Sun, 22 Sep 2019 14:04:11 -0400 Subject: [PATCH] Fix issue #15 Fix setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6025f6b..0ac5a3c 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ long_description_content_type='text/x-rst', # The project's main homepage. - url='https://github.com/adafruit/Adafruit_CircuitPython_DRV2605', + url='https://github.com/adafruit/Adafruit_CircuitPython_RTTTL', # Author details author='Adafruit Industries',