Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Commit 87bf33e

Browse files
committed
setup: update pypi release files and step version.
1 parent fb1d754 commit 87bf33e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

MANIFEST.in

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ graft MetaWear-SDK-Cpp
55
prune MetaWear-SDK-Cpp/bindings/swift
66
prune MetaWear-SDK-Cpp/cppdocs
77
prune MetaWear-SDK-Cpp/build
8-
prune MetaWear-SDK-Cpp/dist
98
prune MetaWear-SDK-Cpp/Debug
109
prune MetaWear-SDK-Cpp/Release
1110
prune MetaWear-SDK-Cpp/x64
@@ -22,5 +21,10 @@ global-exclude *.py[co]
2221
global-exclude *.d
2322
global-exclude *.o
2423
global-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
2630
global-exclude *.a

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ def run(self):
6767
setup(
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',

0 commit comments

Comments
 (0)