Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Aug 2, 2021
1 parent 4261648 commit 25932ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python_packages/jupyterlab_lsp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def get_data_files():
setuptools.setup(
version=f"{_version}{_release}",
data_files=get_data_files(),
# explicit name as a workaround for GitHub dependency analyzer not discovering Python packages otherwise
# explicit name as a workaround for GitHub dependency analyzer
# not discovering Python packages otherwise
name="jupyterlab-lsp",
)

0 comments on commit 25932ae

Please sign in to comment.