File: set-tool.setuptools.package-dir.patch

package info (click to toggle)
python-scrapli 2023.7.30-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,508 kB
  • sloc: python: 14,451; makefile: 72
file content (14 lines) | stat: -rw-r--r-- 555 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Set tool.setuptools.package-dir
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2023-09-14

--- python-scrapli-2023.7.30.orig/pyproject.toml
+++ python-scrapli-2023.7.30/pyproject.toml
@@ -142,3 +142,6 @@ ignore = "D101,D202,D203,D212,D400,D406,
 # D408: Section underline should be in the line following the sections name
 # D409: Section underline should match the length of its name
 # D415: first line should end with a period, question mark, or exclamation point
+
+[tool.setuptools.package-dir]
+scrapli = "scrapli"