From 017df285f9472275482597b1e0e3a6ee8124e8fa Mon Sep 17 00:00:00 2001 From: = Date: Thu, 15 Mar 2018 16:11:22 -0400 Subject: [PATCH] so pip installs will not include test data directory --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index fa68616..b234473 100644 --- a/setup.py +++ b/setup.py @@ -54,4 +54,7 @@ setup( 'stix2-patterns', 'taxii2-client', ], + exclude_package_data={ + 'test': ['stix2_data'] + }, )