File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" flit_core >=3.2,<4 " ]
3
- build-backend = " flit_core.buildapi "
2
+ requires = [" hatchling>=0.25 " ]
3
+ build-backend = " hatchling.build "
4
4
5
5
[project ]
6
6
name = " jupyterlab_server"
7
+ version = " 2.13.0"
7
8
license = { file = " LICENSE" }
8
9
description = " A set of server components for JupyterLab and JupyterLab like applications."
9
10
keywords = [" jupyter" , " jupyterlab" ]
@@ -31,7 +32,6 @@ dependencies = [
31
32
" packaging" ,
32
33
" requests" ,
33
34
]
34
- dynamic = [" version" ]
35
35
36
36
[[project .authors ]]
37
37
name = " Jupyter Development Team"
@@ -66,9 +66,6 @@ test = [
66
66
" strict-rfc3339"
67
67
]
68
68
69
- [tool .flit .sdist ]
70
- include = [" tests/" ]
71
-
72
69
[tool .jupyter-releaser ]
73
70
skip = [" check-links" ]
74
71
@@ -86,6 +83,9 @@ tag_template = "v{new_version}"
86
83
[[tool .tbump .file ]]
87
84
src = " jupyterlab_server/_version.py"
88
85
86
+ [[tool .tbump .file ]]
87
+ src = " pyproject.toml"
88
+
89
89
[tool .pytest .ini_options ]
90
90
addopts = " -raXs --durations 10 --color=yes --doctest-modules"
91
91
testpaths = [
You can’t perform that action at this time.
0 commit comments