Skip to content

Commit 035b01c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 00d25c4 commit 035b01c

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

pyproject.toml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,26 +27,21 @@ classifiers = [
2727
"Topic :: Software Development :: Documentation",
2828
]
2929
dynamic = [ "version" ]
30-
3130
dependencies = [
3231
"sphinx>=7.3",
3332
]
34-
33+
urls."Issue tracker" = "https://github.com/python/python-docs-theme/issues"
3534
urls.Code = "https://github.com/python/python-docs-theme"
3635
urls.Download = "https://pypi.org/project/python-docs-theme/"
3736
urls.Homepage = "https://github.com/python/python-docs-theme/"
38-
urls."Issue tracker" = "https://github.com/python/python-docs-theme/issues"
3937
entry-points."sphinx.html_themes".python_docs_theme = "python_docs_theme"
4038

41-
[tool.flit.module]
42-
name = "python_docs_theme"
43-
44-
[tool.flit.sdist]
45-
include = [ "python_docs_theme/" ]
39+
[tool.flit]
40+
module.name = "python_docs_theme"
41+
sdist.include = [ "python_docs_theme/" ]
4642

4743
[tool.ruff]
4844
fix = true
49-
5045
lint.select = [
5146
"C4", # flake8-comprehensions
5247
"E", # pycodestyle errors

0 commit comments

Comments
 (0)