File: 0002-resources.patch

package info (click to toggle)
pykml 0.2.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 932 kB
  • sloc: python: 3,916; makefile: 108
file content (21 lines) | stat: -rw-r--r-- 613 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: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Sun, 15 May 2022 06:42:52 +0000
Subject: resources

===================================================================
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index fec95e7..f9722d0 100644
--- a/setup.py
+++ b/setup.py
@@ -18,6 +18,7 @@ setup(
             'test/testfiles/*.kml',
             'test/testfiles/google_kml_developers_guide/*.kml',
             'test/testfiles/google_kml_tutorial/*.kml',
+            'test/testfiles/google_kml_reference/*.kml',
         ],
     },
     install_requires=[