File: Explicitly-add-subpackages.patch

package info (click to toggle)
python-asdf 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 7,032 kB
  • sloc: python: 24,068; makefile: 123
file content (23 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Ole Streicher <olebole@debian.org>
Date: Thu, 5 Dec 2019 12:06:40 +0100
Subject: Explicitly add subpackages

This somehow works around #940728, although I do not completely
understand it. It does however not include asdf.tests, since the tests
defined there seem to be buggy.

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

diff --git a/MANIFEST.in b/MANIFEST.in
index 6059d4e..f45676f 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,5 @@
 recursive-include docs *
+recursive-include asdf *.yaml *.diff *.asdf *.fits *.fits.gz *.json
 prune docs/_build
 prune docs/api