File: 0001-install-only-the-nabu-packages.patch

package info (click to toggle)
nabu 2024.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,964 kB
  • sloc: python: 35,184; lisp: 357; ansic: 58; sh: 31; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 877 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
From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca@debian.org>
Date: Wed, 26 Jun 2024 17:20:50 +0200
Subject: install only the nabu* packages

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 00afaa5..4fe3bfb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -126,7 +126,7 @@ version = {attr = "nabu.version"}
 
 [tool.setuptools.packages.find]
 where = ["."]  # list of folders that contain the packages (["."] by default)
-# include = ["nabu*"]  # package names should match these glob patterns (["*"] by default)
+include = ["nabu*"]  # package names should match these glob patterns (["*"] by default)
 exclude = ["sandbox","build*"]  # exclude packages matching these glob patterns (empty by default)
 # namespaces = false  # to disable scanning PEP 420 namespaces (true by default)