We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7acaca7 commit b7e414eCopy full SHA for b7e414e
setup.py
@@ -51,12 +51,12 @@ def run(self):
51
52
setuptools.setup(
53
name="matlab-proxy",
54
- version="0.2.5",
+ version="0.2.6",
55
url=config["doc_url"],
56
author="The MathWorks, Inc.",
57
author_email="cloud@mathworks.com",
58
license="MATHWORKS CLOUD REFERENCE ARCHITECTURE LICENSE",
59
- description="Python® package enables you to open a MATLAB® desktop in a web browser tab.",
+ description="Python® package enables you to launch MATLAB® and access it from a web browser.",
60
long_description=long_description,
61
long_description_content_type="text/markdown",
62
packages=setuptools.find_packages(exclude=["devel", "tests", "anaconda"]),
0 commit comments