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 9bd9bdc commit a613459Copy full SHA for a613459
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"
@@ -74,6 +74,9 @@ test = [
74
[project.scripts]
75
jupyter-server = "jupyter_server.serverapp:main"
76
77
+[tool.hatch.build]
78
+artifacts = ["jupyter_server/static/style/*.*"]
79
+
80
[tool.black]
81
line_length = 100
82
@@ -97,9 +100,6 @@ filterwarnings = [
97
100
"ignore:run_pre_save_hook is deprecated:DeprecationWarning"
98
101
]
99
102
-[tool.flit.sdist]
-include = ["tests/"]
-
103
[tool.jupyter-releaser]
104
skip = ["check-links"]
105
0 commit comments