Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 157bf5d

Browse files
committed
Install files in private dir too.
1 parent 40f932b commit 157bf5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymatbridge/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@
8686
MICRO = _version_micro
8787
VERSION = __version__
8888
PACKAGES = ['pymatbridge']
89-
PACKAGE_DATA = {"pymatbridge": ["matlab/*.m", "matlab/functions/*.m", "matlab/www/*.m", "test/*.m", "test/*.py"]}
89+
PACKAGE_DATA = {"pymatbridge": ["matlab/*.m", "matlab/functions/*.m", "matlab/private/*.m", "matlab/www/*.m", "test/*.m", "test/*.py"]}
9090
REQUIRES = []

0 commit comments

Comments
 (0)