Skip to content

Commit 85c23f8

Browse files
authored
Merge pull request #100 from blink1073/fix-file-inclusion
2 parents e1da840 + d6a1093 commit 85c23f8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 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 >=1.5"]
3+
build-backend = "hatchling.build"
44

55
[project]
66
name = "jupyter_kernel_test"
@@ -35,6 +35,9 @@ test = [
3535
"pre-commit"
3636
]
3737

38+
[tool.hatch.version]
39+
path = "jupyter_kernel_test/__init__.py"
40+
3841
[tool.jupyter-releaser]
3942
skip = ["check-links"]
4043

0 commit comments

Comments
 (0)