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

Commit

Permalink
fix pypi packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert committed Aug 30, 2018
1 parent cea6e83 commit 996396c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'Topic :: System :: Hardware']

setup(name = 'Adafruit_TCS34725',
version = '1.0.2',
version = '1.0.3',
author = 'Tony DiCola',
author_email = 'tdicola@adafruit.com',
description = 'Python code to use the TCS34725 color sensor with the Raspberry Pi & BeagleBone Black.',
Expand All @@ -37,6 +37,6 @@
dependency_links = ['/~https://github.com/adafruit/Adafruit_Python_GPIO/tarball/master#egg=Adafruit-GPIO-0.6.5'],
install_requires = ['Adafruit-GPIO>=0.6.5'],
packages = find_packages(),

long_description = long_description,
long_description_content_type = 'text/markdown')

0 comments on commit 996396c

Please sign in to comment.