We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab48a0 commit 649f8daCopy full SHA for 649f8da
LICENSE.md
@@ -1,4 +1,4 @@
1
-Copyright (c) 2014-2018 Adafruit
+Copyright (c) 2014-2019 Adafruit
2
Author: Justin Cooper and Tony DiCola
3
4
MIT License
setup.py
@@ -50,7 +50,7 @@
50
long_description = open('README.rst').read(),
51
long_description_content_type='text/x-rst',
52
53
- url = 'https://github.com/adafruit/io-client-python',
+ url = 'https://github.com/adafruit/Adafruit_IO_Python',
54
55
author = 'Adafruit Industries',
56
author_email = 'adafruitio@adafruit.com',
@@ -64,6 +64,6 @@
64
65
packages = ['Adafruit_IO'],
66
py_modules = ['ez_setup'],
67
- keywords = 'adafruitio io python circuitpython raspberrypi hardware MQTT',
+ keywords = 'adafruitio io python circuitpython raspberrypi hardware MQTT REST',
68
classifiers = classifiers
69
)
0 commit comments