Skip to content

Commit

Permalink
fix install problems for @scottleibrand
Browse files Browse the repository at this point in the history
  • Loading branch information
bewest committed Apr 27, 2015
1 parent 04d8e95 commit fd45139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include openaps/cli/*
include README.md
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def readme():
author_email="[email protected]",
# url="https://github.com/openaps/openaps",
url="https://openaps.org/",
packages=['openaps'],
packages=find_packages( ),
include_package_data = True,
install_requires = [
'pyserial', 'python-dateutil', 'argcomplete',
Expand Down

0 comments on commit fd45139

Please sign in to comment.