This repository was archived by the owner on Jul 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ graft MetaWear-SDK-Cpp
55prune MetaWear-SDK-Cpp/bindings/swift
66prune MetaWear-SDK-Cpp/cppdocs
77prune MetaWear-SDK-Cpp/build
8- prune MetaWear-SDK-Cpp/dist
98prune MetaWear-SDK-Cpp/Debug
109prune MetaWear-SDK-Cpp/Release
1110prune MetaWear-SDK-Cpp/x64
@@ -22,5 +21,10 @@ global-exclude *.py[co]
2221global-exclude *.d
2322global-exclude *.o
2423global-exclude *.so*
25- global-exclude *.dll
24+ global-exclude *.exp
25+ global-exclude *.iobj
26+ global-exclude *.ipdb
27+ global-exclude *.lib
28+ global-exclude *.pdb
29+ global-exclude *.tar
2630global-exclude *.a
Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ def run(self):
6767setup (
6868 name = 'metawear' ,
6969 packages = ['mbientlab' , 'mbientlab.metawear' ],
70- version = '1.0.4 ' ,
70+ version = '1.0.5 ' ,
7171 description = 'Python bindings for the MetaWear C++ SDK by MbientLab' ,
72- long_description = open (os .path .join (os .path .dirname (__file__ ), "README.md " )).read (),
72+ long_description = open (os .path .join (os .path .dirname (__file__ ), "README.rst " )).read (),
7373 package_data = {'mbientlab.metawear' : so_pkg_data },
7474 include_package_data = True ,
7575 url = 'https://github.com/mbientlab/MetaWear-SDK-Python' ,
You can’t perform that action at this time.
0 commit comments