Skip to content

Commit f10a202

Browse files
committed
Find the package data under the package
1 parent 02d89b5 commit f10a202

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pymatbridge/version.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
MINOR = _version_minor
7575
MICRO = _version_micro
7676
VERSION = __version__
77-
PACKAGES = ['pymatbridge', 'pymatbridge.messenger']
77+
PACKAGES = ['pymatbridge',
78+
'pymatbridge.messenger']
7879
PACKAGE_DATA = {"pymatbridge": ["matlab/matlabserver.m", "matlab/messenger.*",
7980
"matlab/usrprog/*", "matlab/util/*.m",
8081
"matlab/util/json_v0.2.2/LICENSE",
@@ -83,9 +84,9 @@
8384
"matlab/util/json_v0.2.2/json/*.m",
8485
"matlab/util/json_v0.2.2/json/java/*",
8586
"tests/*.py", "tests/*.m", "examples/*.ipynb"],
86-
"pymatbridge.messenger": ["pymatbridge/messenger/mexmaci64/*",
87-
"pymatbridge/messenger/mexw64/*",
88-
"pymatbridge/messenger/mexa64/*"]}
87+
"pymatbridge.messenger": ["mexmaci64/*",
88+
"mexw64/*",
89+
"mexa64/*"]}
8990

9091
REQUIRES = ['pyzmq']
9192
#EXTRAS_REQUIRE = ['numpy', 'scipy', 'ipython']

0 commit comments

Comments
 (0)