File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -27,26 +27,21 @@ classifiers = [
2727 " Topic :: Software Development :: Documentation" ,
2828]
2929dynamic = [ " version" ]
30-
3130dependencies = [
3231 " sphinx>=7.3" ,
3332]
34-
33+ urls."Issue tracker" = " https://github.com/python/python-docs-theme/issues "
3534urls.Code = " https://github.com/python/python-docs-theme"
3635urls.Download = " https://pypi.org/project/python-docs-theme/"
3736urls.Homepage = " https://github.com/python/python-docs-theme/"
38- urls."Issue tracker" = " https://github.com/python/python-docs-theme/issues"
3937entry-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 ]
4844fix = true
49-
5045lint.select = [
5146 " C4" , # flake8-comprehensions
5247 " E" , # pycodestyle errors
You can’t perform that action at this time.
0 commit comments