Skip to content

Commit c7d6323

Browse files
authored
Merge pull request #6 from CellProfiler/update_readme
Update README.rst
2 parents 895caae + 5fe13c9 commit c7d6323

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22

33
-----------------------------------------------------------------------------------------------------
44

5-
The javabridge Python package makes it easy to start a Java virtual
6-
machine (JVM) from Python and interact with it. Python code can
7-
interact with the JVM using a low-level API or a more convenient
8-
high-level API.
5+
The javabridge Python package created by LeeKamentsky makes it easy
6+
to start a Java virtual machine (JVM) from Python and interact with it.
7+
Python code can interact with the JVM using a low-level API or a more
8+
convenient high-level API.
99

10-
PyPI record: https://pypi.python.org/pypi/javabridge
10+
This fork of javabridge exists to allow additon of CellProfiler-specific
11+
code without needing to update the larger package.
12+
13+
PyPI record: https://pypi.python.org/pypi/python-javabridge
1114

1215
Documentation: http://pythonhosted.org/javabridge/
1316

@@ -19,9 +22,6 @@ python-javabridge is licensed under the BSD license. See the
1922
accompanying file LICENSE for details.
2023

2124
Copyright (c) 2003-2009 Massachusetts Institute of Technology
22-
Copyright (c) 2009-2013 Broad Institute
25+
Copyright (c) 2009-2020 Broad Institute
2326
All rights reserved.
2427

25-
26-
.. |Travis CI Status| image:: https://travis-ci.org/LeeKamentsky/python-javabridge.svg?branch=master
27-
:target: https://travis-ci.org/LeeKamentsky/python-javabridge

0 commit comments

Comments
 (0)