Skip to content

Commit

Permalink
Merge pull request #31 from oskarpearson/pypi_config
Browse files Browse the repository at this point in the history
Added pypi config
  • Loading branch information
oskarpearson committed May 21, 2016
2 parents 528bffc + c343b28 commit a04b70e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='mmeowlink',
version='0.7.1',
version='0.8.1',
description='Driver layer for communicating with Medtronic pumps over a variety of radios',
packages=find_packages(),
include_package_data=True,
Expand All @@ -18,10 +18,10 @@
'pyserial'
],
scripts = [
'bin/mmeowlink-send.py',
'bin/mmeowlink-bolus.py',
'bin/mmtune.py',
'bin/mmeowlink-rf-dump.py'
'bin/mmeowlink-rf-dump.py',
'bin/mmeowlink-send.py',
'bin/mmtune.py'
],
classifiers = [
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit a04b70e

Please sign in to comment.