File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
- [build-system ]
2
- requires = [" hatchling>=1.8.0" , " hatch-vcs" ]
3
- build-backend = " hatchling.build"
4
-
5
1
[project ]
6
2
name = " plum-dispatch"
7
3
description =" Multiple dispatch in Python"
@@ -47,14 +43,17 @@ dev = [
47
43
[project .urls ]
48
44
repository = " https://github.com/beartype/plum"
49
45
50
- [tool .hatch .build ]
51
- include = [" plum*" ]
52
46
53
- [tool .hatch .version ]
54
- source = " vcs"
47
+ [build-system ]
48
+ requires = [" hatchling>=1.8.0" , " hatch-vcs" ]
49
+ build-backend = " hatchling.build"
50
+
51
+
52
+ [tool .hatch ]
53
+ version.source = " vcs"
54
+ build.include = [" plum*" ]
55
+ build.hooks.vcs.version-file = " plum/_version.py"
55
56
56
- [tool .hatch .build .hooks .vcs ]
57
- version-file = " plum/_version.py"
58
57
59
58
# Development tools
60
59
[tool .coverage .run ]
You can’t perform that action at this time.
0 commit comments