MNT Include tests in the package

This commit is contained in:
Rolando Espinoza 2017-02-24 02:36:57 -04:00
parent 61b4822c37
commit c8b79e824b
2 changed files with 1 additions and 1 deletions

View file

View file

@ -75,7 +75,7 @@ setup(
author='Sean J. Taylor <sjt@fb.com>, Ben Letham <bletham@fb.com>',
author_email='sjt@fb.com',
license='BSD',
packages=['fbprophet'],
packages=['fbprophet', 'fbprophet.tests'],
setup_requires=[
'Cython>=0.22',
'pystan>=2.8',