File: dont-install-test-data

package info (click to toggle)
python-tzlocal 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 232 kB
  • ctags: 49
  • sloc: python: 281; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 533 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From efae35a0a1dc1ef1b7f21862d6680f792f84e48d Mon Sep 17 00:00:00 2001
From: Edward Betts <edward@4angle.com>
Date: Thu, 8 Oct 2015 13:18:22 -0700
Subject: There is no need to ship test data in binary packages

Patch-Name: dont-install-test-data
---
 MANIFEST.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index f2bc65f..246e0ae 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,3 @@
 include *.py
 include *.rst
 include *.txt
-recursive-include tzlocal/test_data *
\ No newline at end of file