Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ddetommaso authored May 31, 2019
1 parent 6db58a7 commit 0a64f79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

setup(
name='tobiiglasses',
version='0.5',
version='0.6',
description='A Python suite for Tobii Pro Glasses 2',
url='https://github.com/ddetommaso/TobiiGlassesPySuite',
download_url='https://github.com/ddetommaso/TobiiGlassesPySuite/archive/0.5.tar.gz',
install_requires=['tobiiglassesctrl>=2.2.1'],
download_url='https://github.com/ddetommaso/TobiiGlassesPySuite/archive/0.6.tar.gz',
install_requires=['tobiiglassesctrl>=2.2.1', 'pandas', 'opencv-python', 'sortedcontainers==1.5.10'],
author='Davide De Tommaso',
author_email='[email protected]',
keywords=['eye-tracker','tobii','glasses', 'tobii pro glasses 2', 'tobii glasses', 'eye tracking'],
Expand Down

0 comments on commit 0a64f79

Please sign in to comment.