Skip to content

Commit

Permalink
Changes in the setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ddetommaso committed Feb 28, 2020
1 parent d5cd88a commit 7d3960f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 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.7',
version='0.8',
description='An open-source Python suite for Tobii Pro Glasses 2',
url='https://github.com/ddetommaso/TobiiGlassesPySuite',
download_url='https://github.com/ddetommaso/TobiiGlassesPySuite/archive/0.7.tar.gz',
install_requires=['tobiiglassesctrl>=2.2.3', 'tornado', 'nose', 'pandas', 'opencv-python', 'sortedcontainers==1.5.10', 'dlib'],
download_url='https://github.com/ddetommaso/TobiiGlassesPySuite/archive/0.8.tar.gz',
install_requires=['tobiiglassesctrl>=2.2.5', 'tornado', 'nose', 'pandas', 'opencv-python', 'sortedcontainers==1.5.10', 'dlib'],
author='Davide De Tommaso',
author_email='[email protected]',
keywords=['eye-tracker','tobii','glasses', 'tobii pro glasses 2', 'tobii glasses', 'eye tracking'],
Expand All @@ -29,5 +29,6 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
)

0 comments on commit 7d3960f

Please sign in to comment.