Undo last commit

Removing directive that is not needed, test packages are already excluded correctly.
stix2.0
Michael K 2018-03-16 10:57:31 -04:00 committed by GitHub
parent 017df285f9
commit 1f5876d420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

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