summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e0363ea..eaafe67 100644
--- a/setup.py
+++ b/setup.py
@@ -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 ],