8000 Switch build backend · sphinx-contrib/jquery@4657244 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4657244

Browse files
committed
Switch build backend
1 parent cac63be commit 4657244

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build-system]
2-
requires = ["setuptools>=65"]
3-
build-backend = "setuptools.build_meta"
2+
requires = ["flit_core>=3.7"]
3+
build-backend = "flit_core.buildapi"
44

55
# project metadata
66
[project]
7-
name = "sphinxcontrib-jquery"
7+
name = "sphinxcontrib.jquery"
88
version = "2.0.0"
99
description = "Extension to include jQuery on newer Sphinx releases"
1010
readme = "README.rst"

0 commit comments

Comments
 (0)
0