Skip to content

Commit a2a9ec7

Browse files
authored
Switch to hatch backend (#323)
1 parent 0ece2dd commit a2a9ec7

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>=1.0"]
3+
build-backend = "hatchling.build"
44

55
[project]
66
name = "jupyter_releaser"
7+
version = "0.21.0"
78
description = "Jupyter Releaser for Python and/or npm packages."
89
license = {file = "LICENSE"}
910
authors = [{name = "Jupyter Development Team", email = "[email protected]"}]
@@ -39,7 +40,6 @@ dependencies = [
3940
"toml~=0.10",
4041
"twine",
4142
]
42-
dynamic = ["version"]
4343

4444
[project.readme]
4545
file = "README.md"
@@ -70,6 +70,9 @@ tag_template = "v{new_version}"
7070
[[tool.tbump.file]]
7171
src = "jupyter_releaser/__init__.py"
7272

73+
[[tool.tbump.file]]
74+
src = "pyproject.toml"
75+
7376
[[tool.tbump.file]]
7477
src = "docs/source/conf.py"
7578

0 commit comments

Comments
 (0)