diff --git a/LICENSE.md b/LICENSE.md index c841ffc..5ccd0cd 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2014-2018 Adafruit +Copyright (c) 2014-2019 Adafruit Author: Justin Cooper and Tony DiCola MIT License diff --git a/setup.py b/setup.py index f848d1e..09087f3 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ long_description = open('README.rst').read(), long_description_content_type='text/x-rst', - url = 'https://github.com/adafruit/io-client-python', + url = 'https://github.com/adafruit/Adafruit_IO_Python', author = 'Adafruit Industries', author_email = 'adafruitio@adafruit.com', @@ -64,6 +64,6 @@ packages = ['Adafruit_IO'], py_modules = ['ez_setup'], - keywords = 'adafruitio io python circuitpython raspberrypi hardware MQTT', + keywords = 'adafruitio io python circuitpython raspberrypi hardware MQTT REST', classifiers = classifiers )