From 5fe13c93c9df1b2589e8c80ae3ed0999473f03b8 Mon Sep 17 00:00:00 2001 From: Beth Cimini Date: Wed, 2 Sep 2020 11:47:47 -0400 Subject: [PATCH] Update README.rst --- README.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index bc2987b..7aaa165 100644 --- a/README.rst +++ b/README.rst @@ -2,12 +2,15 @@ ----------------------------------------------------------------------------------------------------- -The javabridge Python package makes it easy to start a Java virtual -machine (JVM) from Python and interact with it. Python code can -interact with the JVM using a low-level API or a more convenient -high-level API. +The javabridge Python package created by LeeKamentsky makes it easy +to start a Java virtual machine (JVM) from Python and interact with it. +Python code can interact with the JVM using a low-level API or a more +convenient high-level API. -PyPI record: https://pypi.python.org/pypi/javabridge +This fork of javabridge exists to allow additon of CellProfiler-specific +code without needing to update the larger package. + +PyPI record: https://pypi.python.org/pypi/python-javabridge Documentation: http://pythonhosted.org/javabridge/ @@ -19,9 +22,6 @@ python-javabridge is licensed under the BSD license. See the accompanying file LICENSE for details. Copyright (c) 2003-2009 Massachusetts Institute of Technology -Copyright (c) 2009-2013 Broad Institute +Copyright (c) 2009-2020 Broad Institute All rights reserved. - -.. |Travis CI Status| image:: https://travis-ci.org/LeeKamentsky/python-javabridge.svg?branch=master - :target: https://travis-ci.org/LeeKamentsky/python-javabridge