Skip to content

Commit

Permalink
setup: fix packaging permission issue and step version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattthebaker committed Feb 15, 2022
1 parent e0d36ed commit 5586b69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ prune MetaWear-SDK-Cpp/build
prune MetaWear-SDK-Cpp/Debug
prune MetaWear-SDK-Cpp/Release
prune MetaWear-SDK-Cpp/x64
recursive-exclude MetaWear-SDK-Cpp/bindings/javascript cbindings.js
prune MetaWear-SDK-Cpp/c-binding-generator
prune MetaWear-SDK-Cpp/test
prune MetaWear-SDK-Cpp/.git

graft mbientlab
recursive-exclude mbientlab/metawear cbindings.py
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def run(self):
setup(
name='metawear',
packages=['mbientlab', 'mbientlab.metawear'],
version='1.0.5',
version='1.0.6',
description='Python bindings for the MetaWear C++ SDK by MbientLab',
long_description=open(os.path.join(os.path.dirname(__file__), "README.rst")).read(),
package_data={'mbientlab.metawear': so_pkg_data},
Expand All @@ -76,7 +76,7 @@ def run(self):
author='MbientLab',
author_email="[email protected]",
install_requires=[
'warble >= 1.1, < 2.0',
'warble >= 1.2.8, < 2.0',
'requests',
'pyserial'
],
Expand Down

0 comments on commit 5586b69

Please sign in to comment.