Fix package distribution

(don't include tests)
master
Chris Lenk 2019-08-12 15:57:25 -04:00
parent b0a1bbbc84
commit d4bbc80777
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ setup(
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
], ],
keywords='stix stix2 json cti cyber threat intelligence', keywords='stix stix2 json cti cyber threat intelligence',
packages=find_packages(exclude=['*.test']), packages=find_packages(exclude=['*.test', '*.test.*']),
install_requires=[ install_requires=[
'python-dateutil', 'python-dateutil',
'pytz', 'pytz',