File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,10 @@ keywords = [
1818 " translation" ,
1919 " utilities" ,
2020]
21- license = {text = " MIT" }
22- authors = [{
name =
" egeakman" ,
email =
" [email protected] " }]
21+ license = { text = " MIT" }
22+ authors = [
23+ {
name =
" egeakman" ,
email =
" [email protected] " },
24+ ]
2325requires-python = " >=3.10"
2426classifiers = [
2527 " Development Status :: 5 - Production/Stable" ,
@@ -40,15 +42,14 @@ dynamic = [
4042dependencies = [
4143 " sphinx" ,
4244]
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"
5049[tool .hatch .build ]
51- packages = [" bootstrapper" ]
50+ packages = [
51+ " bootstrapper" ,
52+ ]
5253isolated = true
5354
5455[tool .hatch .build .force-include ]
You can’t perform that action at this time.
0 commit comments