diff --git a/README.rst b/README.rst index 2dbe128c..cd53e853 100644 --- a/README.rst +++ b/README.rst @@ -1,17 +1,17 @@ Python Language Server ====================== -.. image:: https://github.com/palantir/python-language-server/workflows/Linux%20tests/badge.svg - :target: https://github.com/palantir/python-language-server/actions?query=workflow%3A%22Linux+tests%22 +.. image:: https://github.com/python-ls/python-ls/workflows/Linux%20tests/badge.svg + :target: https://github.com/python-ls/python-ls/actions?query=workflow%3A%22Linux+tests%22 -.. image:: https://github.com/palantir/python-language-server/workflows/Mac%20tests/badge.svg - :target: https://github.com/palantir/python-language-server/actions?query=workflow%3A%22Mac+tests%22 +.. image:: https://github.com/python-ls/python-ls/workflows/Mac%20tests/badge.svg + :target: https://github.com/python-ls/python-ls/actions?query=workflow%3A%22Mac+tests%22 -.. image:: https://github.com/palantir/python-language-server/workflows/Windows%20tests/badge.svg - :target: https://github.com/palantir/python-language-server/actions?query=workflow%3A%22Windows+tests%22 +.. image:: https://github.com/python-ls/python-ls/workflows/Windows%20tests/badge.svg + :target: https://github.com/python-ls/python-ls/actions?query=workflow%3A%22Windows+tests%22 -.. image:: https://img.shields.io/github/license/palantir/python-language-server.svg - :target: https://github.com/palantir/python-language-server/blob/master/LICENSE +.. image:: https://img.shields.io/github/license/python-ls/python-ls.svg + :target: https://github.com/python-ls/python-ls/blob/master/LICENSE A Python 2.7 and 3.5+ implementation of the `Language Server Protocol`_. diff --git a/setup.py b/setup.py index 12782990..5206bf16 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ long_description=README, # The project's main homepage. - url='https://github.com/palantir/python-language-server', + url='https://github.com/python-ls/python-ls', author='Palantir Technologies, Inc.', @@ -74,7 +74,7 @@ 'yapf': ['yapf'], 'test': ['versioneer', 'pylint>=2.5.0' if sys.version_info.major >= 3 else 'pylint', - 'pytest', 'mock', 'pytest-cov', 'coverage', 'numpy', 'pandas', + 'pytest', 'mock', 'pytest-cov', 'coverage', 'numpy<1.20', 'pandas', 'matplotlib', 'pyqt5;python_version>="3"', 'flaky'], },