File: entry_points.patch

package info (click to toggle)
sphinxcontrib-devhelp 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 576 kB
  • sloc: python: 175; sh: 7; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
--- a/setup.cfg
+++ b/setup.cfg
@@ -28,3 +28,6 @@ exclude = .git,.tox,.venv
 [mypy]
 ignore_missing_imports = True
 
+[options.entry_points]
+sphinx.builders =
+    devhelp = sphinxcontrib.devhelp