Skip to content

Commit 8c1ed70

Browse files
blink1073Zsailer
authored andcommitted
Use hatch backend (#846)
1 parent e86dbcf commit 8c1ed70

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 = "jupyter_server"
@@ -75,6 +75,9 @@ test = [
7575
[project.scripts]
7676
jupyter-server = "jupyter_server.serverapp:main"
7777

78+
[tool.hatch.build]
79+
artifacts = ["jupyter_server/static/style/*.*"]
80+
7881
[tool.black]
7982
line_length = 100
8083

@@ -98,9 +101,6 @@ filterwarnings = [
98101
"ignore:run_pre_save_hook is deprecated:DeprecationWarning"
99102
]
100103

101-
[tool.flit.sdist]
102-
include = ["tests/"]
103-
104104
[tool.jupyter-releaser]
105105
skip = ["check-links"]
106106

0 commit comments

Comments
 (0)