File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
[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 "
4
4
5
5
[project ]
6
6
name = " jupyter_releaser"
7
+ version = " 0.21.0"
7
8
description = " Jupyter Releaser for Python and/or npm packages."
8
9
license = {file = " LICENSE" }
9
10
authors = [{
name =
" Jupyter Development Team" ,
email =
" [email protected] " }]
@@ -39,7 +40,6 @@ dependencies = [
39
40
" toml~=0.10" ,
40
41
" twine" ,
41
42
]
42
- dynamic = [" version" ]
43
43
44
44
[project .readme ]
45
45
file = " README.md"
@@ -70,6 +70,9 @@ tag_template = "v{new_version}"
70
70
[[tool .tbump .file ]]
71
71
src = " jupyter_releaser/__init__.py"
72
72
73
+ [[tool .tbump .file ]]
74
+ src = " pyproject.toml"
75
+
73
76
[[tool .tbump .file ]]
74
77
src = " docs/source/conf.py"
75
78
You can’t perform that action at this time.
0 commit comments