Skip to content

Commit dc34d00

Browse files
authored
Merge pull request #789 from blink1073/use-hatch
2 parents d2784ad + 27a89c5 commit dc34d00

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pyproject.toml

Lines changed: 6 additions & 3 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 = "jupyter_client"
7+
version = "7.3.1"
78
description = "Jupyter protocol implementation and client libraries"
89
keywords = [ "Interactive", "Interpreter", "Shell", "Web",]
910
classifiers = [
@@ -31,7 +32,6 @@ dependencies = [
3132
"tornado>=6.0",
3233
"traitlets",
3334
]
34-
dynamic = [ "version",]
3535

3636
[[project.authors]]
3737
name = "Jupyter Development Team"
@@ -103,6 +103,9 @@ tag_template = "v{new_version}"
103103
[[tool.tbump.file]]
104104
src = "jupyter_client/_version.py"
105105

106+
[[tool.tbump.file]]
107+
src = "pyproject.toml"
108+
106109
[tool.pytest.ini_options]
107110
addopts = "-raXs --durations 10 --color=yes --doctest-modules"
108111
testpaths = [

0 commit comments

Comments
 (0)