Skip to content

Commit 2823f18

Browse files
committed
Moved examples, made them installable via setup.py.
1 parent 11d2f71 commit 2823f18

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

pymatbridge/version.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,16 @@
7878
URL = "https://github.com/arokem/python-matlab-bridge"
7979
DOWNLOAD_URL = "https://github.com/arokem/python-matlab-bridge/archive/master.tar.gz"
8080
LICENSE = "BSD"
81-
AUTHOR = "Max Jaderberg and Ariel Rokem"
81+
AUTHOR = "https://github.com/arokem/python-matlab-bridge/contributors"
8282
AUTHOR_EMAIL = "[email protected]"
8383
PLATFORMS = "OS Independent"
8484
MAJOR = _version_major
8585
MINOR = _version_minor
8686
MICRO = _version_micro
8787
VERSION = __version__
8888
PACKAGES = ['pymatbridge']
89-
PACKAGE_DATA = {"pymatbridge": ["matlab/*.m", "matlab/functions/*.m", "matlab/private/*.m", "matlab/www/*.m", "test/*.m", "test/*.py"]}
89+
PACKAGE_DATA = {"pymatbridge": ["matlab/*.m", "matlab/functions/*.m",
90+
"matlab/private/*.m", "matlab/www/*.m",
91+
"test/*.m", "test/*.py", "examples/*.ipynb"]}
92+
9093
REQUIRES = []

0 commit comments

Comments
 (0)