1
1
[build-system ]
2
2
build-backend = " flit_core.buildapi"
3
3
requires = [
4
- " flit_core >=3.7" ,
4
+ " flit-core >=3.7" ,
5
5
]
6
6
7
7
[project ]
@@ -10,8 +10,8 @@ description = "Rebuild Sphinx documentation on changes, with hot reloading in th
10
10
readme = " README.rst"
11
11
license.text = " MIT"
12
12
authors = [
13
- {name = " Adam Turner" },
14
- {name = " Jonathan Stoppani" , email = " jonathan@stoppani.name" },
13
+ { name = " Adam Turner" },
14
+ { name = " Jonathan Stoppani" , email = " jonathan@stoppani.name" },
15
15
]
16
16
requires-python = " >=3.9"
17
17
classifiers = [
@@ -49,30 +49,27 @@ dependencies = [
49
49
" watchfiles>=0.20" ,
50
50
" websockets>=11" ,
51
51
]
52
- [project .optional-dependencies ]
53
- docs = [
52
+ optional-dependencies.docs = [
54
53
]
55
- test = [
54
+ optional-dependencies. test = [
56
55
" httpx" ,
57
56
" pytest>=6" ,
58
57
]
59
- [project .urls ]
60
- Changelog = " https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst"
61
- Documentation = " https://github.com/sphinx-doc/sphinx-autobuild#readme"
62
- Download = " https://pypi.org/project/sphinx-autobuild/"
63
- "Issue tracker" = " https://github.com/sphinx-doc/sphinx-autobuild/issues"
64
- Source = " https://github.com/sphinx-doc/sphinx-autobuild"
65
- [project .scripts ]
66
- sphinx-autobuild = " sphinx_autobuild.__main__:main"
58
+ urls.Changelog = " https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst"
59
+ urls.Documentation = " https://github.com/sphinx-doc/sphinx-autobuild#readme"
60
+ urls.Download = " https://pypi.org/project/sphinx-autobuild/"
61
+ urls."Issue tracker" = " https://github.com/sphinx-doc/sphinx-autobuild/issues"
62
+ urls.Source = " https://github.com/sphinx-doc/sphinx-autobuild"
63
+ scripts.sphinx-autobuild = " sphinx_autobuild.__main__:main"
67
64
68
65
[tool .flit .sdist ]
69
66
include = [
70
- " AUTHORS.rst" ,
71
- " LICENSE.rst" ,
72
- " NEWS.rst" ,
73
- # Tests
74
- " tests/" ,
75
- " noxfile.py" ,
67
+ " AUTHORS.rst" ,
68
+ " LICENSE.rst" ,
69
+ " NEWS.rst" ,
70
+ # Tests
71
+ " tests/" ,
72
+ " noxfile.py" ,
76
73
]
77
74
78
75
[tool .pyproject-fmt ]
0 commit comments