We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea6e83 commit 996396cCopy full SHA for 996396c
setup.py
@@ -27,7 +27,7 @@
27
'Topic :: System :: Hardware']
28
29
setup(name = 'Adafruit_TCS34725',
30
- version = '1.0.2',
+ version = '1.0.3',
31
author = 'Tony DiCola',
32
author_email = 'tdicola@adafruit.com',
33
description = 'Python code to use the TCS34725 color sensor with the Raspberry Pi & BeagleBone Black.',
@@ -37,6 +37,6 @@
37
dependency_links = ['https://github.com/adafruit/Adafruit_Python_GPIO/tarball/master#egg=Adafruit-GPIO-0.6.5'],
38
install_requires = ['Adafruit-GPIO>=0.6.5'],
39
packages = find_packages(),
40
-
+
41
long_description = long_description,
42
long_description_content_type = 'text/markdown')
0 commit comments