File tree 1 file changed +11
-9
lines changed
1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,10 @@ keywords = [
18
18
" translation" ,
19
19
" utilities" ,
20
20
]
21
- license = {text = " MIT" }
22
- authors = [{
name =
" egeakman" ,
email =
" [email protected] " }]
21
+ license = { text = " MIT" }
22
+ authors = [
23
+ {
name =
" egeakman" ,
email =
" [email protected] " },
24
+ ]
23
25
requires-python = " >=3.10"
24
26
classifiers = [
25
27
" Development Status :: 5 - Production/Stable" ,
@@ -40,15 +42,15 @@ dynamic = [
40
42
dependencies = [
41
43
" sphinx" ,
42
44
]
43
- [project .urls ]
44
- Homepage = " https://github.com/egeakman/python-docs-bootstrapper"
45
- Issues = " https://github.com/egeakman/python-docs-bootstrapper/issues"
46
- Releases = " https://github.com/egeakman/python-docs-bootstrapper/releases"
47
- [project .scripts ]
48
- bootstrapper = " bootstrapper.bootstrapper:main"
45
+ urls.Homepage = " https://github.com/egeakman/python-docs-bootstrapper"
46
+ urls.Issues = " https://github.com/egeakman/python-docs-bootstrapper/issues"
47
+ urls.Releases = " https://github.com/egeakman/python-docs-bootstrapper/releases"
48
+ scripts.bootstrapper = " bootstrapper.bootstrapper:main"
49
49
50
50
[tool .hatch .build ]
51
- packages = [" bootstrapper" ]
51
+ packages = [
52
+ " bootstrapper" ,
53
+ ]
52
54
isolated = true
53
55
54
56
[tool .hatch .build .force-include ]
You can’t perform that action at this time.
0 commit comments