Skip to content

Commit 649f8da

Browse files
brentrubrentru
brentru
authored and
brentru
committed
remove references to io client
1 parent dab48a0 commit 649f8da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2018 Adafruit
1+
Copyright (c) 2014-2019 Adafruit
22
Author: Justin Cooper and Tony DiCola
33

44
MIT License

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
long_description = open('README.rst').read(),
5151
long_description_content_type='text/x-rst',
5252

53-
url = 'https://github.com/adafruit/io-client-python',
53+
url = 'https://github.com/adafruit/Adafruit_IO_Python',
5454

5555
author = 'Adafruit Industries',
5656
author_email = 'adafruitio@adafruit.com',
@@ -64,6 +64,6 @@
6464

6565
packages = ['Adafruit_IO'],
6666
py_modules = ['ez_setup'],
67-
keywords = 'adafruitio io python circuitpython raspberrypi hardware MQTT',
67+
keywords = 'adafruitio io python circuitpython raspberrypi hardware MQTT REST',
6868
classifiers = classifiers
6969
)

0 commit comments

Comments
 (0)