8000 Rename to pyls_jsonrpc (#13) · python-lsp/python-lsp-jsonrpc@7d53ae1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d53ae1

Browse files
authored
Rename to pyls_jsonrpc (#13)
1 parent fa2e43e commit 7d53ae1

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[run]
2-
omit = jsonrpc/_version.py
2+
omit = pyls_jsonrpc/_version.py

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
include README.rst
22
include versioneer.py
3-
include jsonrpc/_version.py
3+
include pyls_jsonrpc/_version.py

examples/langserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from tornado import web, ioloop, websocket
55

6-
from jsonrpc import dispatchers, endpoint
6+
from pyls_jsonrpc import dispatchers, endpoint
77

88
log = logging.getLogger(__name__)
99

examples/langserver_ext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from tornado import ioloop, process, web, websocket
77

8-
from jsonrpc import streams
8+
from pyls_jsonrpc import streams
99

1010
log = logging.getLogger(__name__)
1111

File renamed without changes.

jsonrpc/_version.py renamed to pyls_jsonrpc/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def get_config():
4343
cfg.style = "pep440"
4444
cfg.tag_prefix = ""
4545
cfg.parentdir_prefix = ""
46-
cfg.versionfile_source = "jsonrpc/_version.py"
46+
cfg.versionfile_source = "pyls_jsonrpc/_version.py"
4747
cfg.verbose = False
4848
return cfg
4949

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
0