Skip to content

Commit

Permalink
Fix data-files spec in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Feb 23, 2024
1 parent de1e8e2 commit 1e55d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python_packages/jupyter_lsp/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ python_requires = >=3.8
install_requires =
jupyter_server >=1.1.2
importlib_metadata >=4.8.3 ; python_version<"3.10"
data_files =
etc/jupyter/jupyter_server_config.d = jupyter_lsp/etc/jupyter-lsp-jupyter-server.json

[options.data_files]
etc/jupyter/jupyter_server_config.d = jupyter_lsp/etc/jupyter-lsp-jupyter-server.json

[options.entry_points]
jupyter_lsp_spec_v1 =
Expand Down

0 comments on commit 1e55d75

Please sign in to comment.