We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86dbcf commit 8c1ed70Copy full SHA for 8c1ed70
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
-requires = ["flit_core >=3.2,<4"]
3
-build-backend = "flit_core.buildapi"
+requires = ["hatchling >=0.25"]
+build-backend = "hatchling.build"
4
5
[project]
6
name = "jupyter_server"
@@ -75,6 +75,9 @@ test = [
75
[project.scripts]
76
jupyter-server = "jupyter_server.serverapp:main"
77
78
+[tool.hatch.build]
79
+artifacts = ["jupyter_server/static/style/*.*"]
80
+
81
[tool.black]
82
line_length = 100
83
@@ -98,9 +101,6 @@ filterwarnings = [
98
101
"ignore:run_pre_save_hook is deprecated:DeprecationWarning"
99
102
]
100
103
-[tool.flit.sdist]
-include = ["tests/"]
-
104
[tool.jupyter-releaser]
105
skip = ["check-links"]
106
0 commit comments