File: entry_points.patch

package info (click to toggle)
sphinxcontrib-devhelp 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 528 kB
  • sloc: python: 128; makefile: 8; sh: 7
file content (22 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Sandro Tosi <morph@debian.org>
Date: Sat, 28 Mar 2020 22:31:21 -0400
Subject: Expose the builder using an entry point

---
 pyproject.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
index f8492ca..ef053b9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -59,6 +59,9 @@ standalone = [
 name = "Georg Brandl"
 email = "georg@python.org"
 
+[project.entry-points."sphinx.builders"]
+devhelp = "sphinxcontrib.devhelp"
+
 [tool.flit.module]
 name = "sphinxcontrib.devhelp"