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"
|