diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ setup(name='dexcom_reader', | |||
15 | # I'm just maintaining the package, compbrain authored it. | 15 | # I'm just maintaining the package, compbrain authored it. |
16 | author_email="bewest+insulaudit@gmail.com", | 16 | author_email="bewest+insulaudit@gmail.com", |
17 | url="https://github.com/compbrain/dexcom_reader", | 17 | url="https://github.com/compbrain/dexcom_reader", |
18 | packages=['dexcom_reader'], | 18 | packages=find_packages( ), |
19 | install_requires = [ | 19 | install_requires = [ |
20 | 'pyserial' | 20 | 'pyserial' |
21 | ], | 21 | ], |