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

Skip to content

Commit aa58cf9

Browse files
committed
Merge pull request arokem#78 from isbadawi/patch-1
Fix json paths in version.py
2 parents a5fbc5e + 7c0cd3b commit aa58cf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymatbridge/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
"matlab/util/json_v0.2.2/LICENSE",
9292
"matlab/util/json_v0.2.2/README.md",
9393
"matlab/util/json_v0.2.2/test/*",
94-
"matlab/util/json_v0.2.2/+json/*.m",
95-
"matlab/util/json_v0.2.2/+json/java/*",
94+
"matlab/util/json_v0.2.2/json/*.m",
95+
"matlab/util/json_v0.2.2/json/java/*",
9696
"tests/*.py", "examples/*.ipynb"]}
9797

9898
REQUIRES = []

0 commit comments

Comments
 (0)