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

Commit 5b4cd4c

Browse files
committed
Fixed exclude pattern
Old pattern was breaking the build due to non-existant 'javascript' folder
1 parent 0c16a98 commit 5b4cd4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ include LICENSE.txt
22
include README.rst
33

44
graft MetaWear-SDK-Cpp
5-
prune MetaWear-SDK-Cpp/bindings/javascript
65
prune MetaWear-SDK-Cpp/bindings/swift
76
prune MetaWear-SDK-Cpp/cppdocs
87
prune MetaWear-SDK-Cpp/build
98
prune MetaWear-SDK-Cpp/dist
109
prune MetaWear-SDK-Cpp/Debug
1110
prune MetaWear-SDK-Cpp/Release
1211
prune MetaWear-SDK-Cpp/x64
12+
recursive-exclude MetaWear-SDK-Cpp/bindings/javascript cbindings.js
1313

1414
graft mbientlab
1515
recursive-exclude mbientlab/metawear cbindings.py
@@ -23,4 +23,4 @@ global-exclude *.d
2323
global-exclude *.o
2424
global-exclude *.so*
2525
global-exclude *.dll
26-
global-exclude *.a
26+
global-exclude *.a

0 commit comments

Comments
 (0)