Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 035b01c

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

1 file changed

+4-9Lines changed: 4 additions & 9 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎pyproject.toml‎

Copy file name to clipboardExpand all lines: pyproject.toml
+4-9Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.