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 4261648 commit 25932aeCopy full SHA for 25932ae
python_packages/jupyterlab_lsp/setup.py
@@ -40,6 +40,7 @@ def get_data_files():
40
setuptools.setup(
41
version=f"{_version}{_release}",
42
data_files=get_data_files(),
43
- # explicit name as a workaround for GitHub dependency analyzer not discovering Python packages otherwise
+ # explicit name as a workaround for GitHub dependency analyzer
44
+ # not discovering Python packages otherwise
45
name="jupyterlab-lsp",
46
)
0 commit comments