File tree 1 file changed +11
-10
lines changed
1 file changed +11
-10
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,14 @@ 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"
49
-
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"
50
49
[tool .hatch .build ]
51
- packages = [" bootstrapper" ]
50
+ packages = [
51
+ " bootstrapper" ,
52
+ ]
52
53
isolated = true
53
54
54
55
[tool .hatch .build .force-include ]
You can’t perform that action at this time.
0 commit comments