Skip to content

Commit

Permalink
Fix package distribution
Browse files Browse the repository at this point in the history
(don't include tests)
  • Loading branch information
clenk committed Aug 12, 2019
1 parent b0a1bbb commit d4bbc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def get_long_description():
'Programming Language :: Python :: 3.7',
],
keywords='stix stix2 json cti cyber threat intelligence',
packages=find_packages(exclude=['*.test']),
packages=find_packages(exclude=['*.test', '*.test.*']),
install_requires=[
'python-dateutil',
'pytz',
Expand Down

0 comments on commit d4bbc80

Please sign in to comment.