Skip to content

Commit faaf10c

Browse files
authored
Switch to hatch backend (#274)
1 parent 27a9162 commit faaf10c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[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"
44

55
[project]
66
name = "jupyterlab_server"
7+
version = "2.13.0"
78
license = { file = "LICENSE" }
89
description = "A set of server components for JupyterLab and JupyterLab like applications."
910
keywords = ["jupyter", "jupyterlab"]
@@ -31,7 +32,6 @@ dependencies = [
3132
"packaging",
3233
"requests",
3334
]
34-
dynamic = ["version"]
3535

3636
[[project.authors]]
3737
name = "Jupyter Development Team"
@@ -66,9 +66,6 @@ test = [
6666
"strict-rfc3339"
6767
]
6868

69-
[tool.flit.sdist]
70-
include = ["tests/"]
71-
7269
[tool.jupyter-releaser]
7370
skip = ["check-links"]
7471

@@ -86,6 +83,9 @@ tag_template = "v{new_version}"
8683
[[tool.tbump.file]]
8784
src = "jupyterlab_server/_version.py"
8885

86+
[[tool.tbump.file]]
87+
src = "pyproject.toml"
88+
8989
[tool.pytest.ini_options]
9090
addopts = "-raXs --durations 10 --color=yes --doctest-modules"
9191
testpaths = [

0 commit comments

Comments
 (0)