File: Fix-include-path-in-MANIFEST.in.patch

package info (click to toggle)
sunpy-sphinx-theme 2.0.23-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 812 kB
  • sloc: python: 621; javascript: 40; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 479 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
From: Ole Streicher <olebole@debian.org>
Date: Mon, 29 Sep 2025 09:01:31 +0200
Subject: Fix include path in MANIFEST.in

Closes: #1115897
---
 MANIFEST.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index 5da7960..7c0509b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -9,4 +9,4 @@ prune docs/
 prune examples/
 prune  tools/
 
-recursive-include src/sunpy_sphinx_theme/sunpy/ *
+recursive-include src/sunpy_sphinx_theme/theme/ *