Skip to content

Commit 1e55d75

Browse files
committed
Fix data-files spec in setup.cfg
1 parent de1e8e2 commit 1e55d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python_packages/jupyter_lsp/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ python_requires = >=3.8
3131
install_requires =
3232
jupyter_server >=1.1.2
3333
importlib_metadata >=4.8.3 ; python_version<"3.10"
34-
data_files =
35-
etc/jupyter/jupyter_server_config.d = jupyter_lsp/etc/jupyter-lsp-jupyter-server.json
3634

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

3838
[options.entry_points]
3939
jupyter_lsp_spec_v1 =

0 commit comments

Comments
 (0)