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
|