Skip to content
This repository was archived by the owner on Dec 20, 2018. It is now read-only.

Commit 996396c

Browse files
committed
fix pypi packaging
1 parent cea6e83 commit 996396c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'Topic :: System :: Hardware']
2828

2929
setup(name = 'Adafruit_TCS34725',
30-
version = '1.0.2',
30+
version = '1.0.3',
3131
author = 'Tony DiCola',
3232
author_email = 'tdicola@adafruit.com',
3333
description = 'Python code to use the TCS34725 color sensor with the Raspberry Pi & BeagleBone Black.',
@@ -37,6 +37,6 @@
3737
dependency_links = ['https://github.com/adafruit/Adafruit_Python_GPIO/tarball/master#egg=Adafruit-GPIO-0.6.5'],
3838
install_requires = ['Adafruit-GPIO>=0.6.5'],
3939
packages = find_packages(),
40-
40+
4141
long_description = long_description,
4242
long_description_content_type = 'text/markdown')

0 commit comments

Comments
 (0)