Skip to content

Commit

Permalink
setup: update pypi release files and step version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattthebaker committed Feb 15, 2022
1 parent fb1d754 commit 87bf33e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ graft MetaWear-SDK-Cpp
prune MetaWear-SDK-Cpp/bindings/swift
prune MetaWear-SDK-Cpp/cppdocs
prune MetaWear-SDK-Cpp/build
prune MetaWear-SDK-Cpp/dist
prune MetaWear-SDK-Cpp/Debug
prune MetaWear-SDK-Cpp/Release
prune MetaWear-SDK-Cpp/x64
Expand All @@ -22,5 +21,10 @@ global-exclude *.py[co]
global-exclude *.d
global-exclude *.o
global-exclude *.so*
global-exclude *.dll
global-exclude *.exp
global-exclude *.iobj
global-exclude *.ipdb
global-exclude *.lib
global-exclude *.pdb
global-exclude *.tar
global-exclude *.a
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ def run(self):
setup(
name='metawear',
packages=['mbientlab', 'mbientlab.metawear'],
version='1.0.4',
version='1.0.5',
description='Python bindings for the MetaWear C++ SDK by MbientLab',
long_description=open(os.path.join(os.path.dirname(__file__), "README.md")).read(),
long_description=open(os.path.join(os.path.dirname(__file__), "README.rst")).read(),
package_data={'mbientlab.metawear': so_pkg_data},
include_package_data=True,
url='https://github.com/mbientlab/MetaWear-SDK-Python',
Expand Down

0 comments on commit 87bf33e

Please sign in to comment.