so pip installs will not include test data directory

stix2.0
= 2018-03-15 16:11:22 -04:00
parent 2fbde05e6c
commit 017df285f9
1 changed files with 3 additions and 0 deletions

View File

@ -54,4 +54,7 @@ setup(
'stix2-patterns',
'taxii2-client',
],
exclude_package_data={
'test': ['stix2_data']
},
)