File: install-subpackages.patch

package info (click to toggle)
python-weblogo 3.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,764 kB
  • sloc: xml: 14,455; python: 11,164; sh: 140; makefile: 67
file content (24 lines) | stat: -rw-r--r-- 503 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Colin Watson <cjwatson@debian.org>
Date: Fri, 23 Jan 2026 11:34:15 +0000
Subject: Install subpackages of weblogo

Last-Update: 2026-01-23
---
 pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 01b38b6..955470a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -52,8 +52,8 @@ docs = [
   ]
 
 
-[tool.setuptools]
-packages = ["weblogo"]
+[tool.setuptools.packages.find]
+include = ["weblogo*"]
 
 
 [tool.setuptools_scm]