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 4749fbe commit 7ab97dbCopy full SHA for 7ab97db
python_packages/jupyterlab_lsp/setup.py
@@ -30,7 +30,7 @@ def get_data_files():
30
31
_version = json.loads(LAB_PACKAGE_PATH.read_text(encoding="utf-8"))["version"]
32
_release = re.findall(
33
- r"""__release__ = "([^"]+)"$""",
+ r"""__release__ = "([^"]*)"$""",
34
(Path(__file__).parent / "jupyterlab_lsp" / "_version.py").read_text(
35
encoding="utf-8"
36
),
0 commit comments