Skip to content

Commit efb6ff1

Browse files
bollwyvlkarlaspuldaro
authored andcommitted
add python_requires to setup.cfg
1 parent fd89703 commit efb6ff1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = jupyter-lsp
3-
description = Multi-Language Server WebSocket proxy for Jupyter notebook or lab server for Python 3.6+.
3+
description = Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
44
long_description = file: ./py_src/jupyter_lsp/README.md
55
long_description_content_type = text/markdown
66
url = https://github.com/krassowski/jupyterlab-lsp
@@ -26,6 +26,7 @@ package_dir =
2626
packages = find:
2727
include_package_data = True
2828
zip_safe = False
29+
python_requires = >=3.6
2930

3031
install_requires =
3132
notebook >=4.3.1

0 commit comments

Comments
 (0)