Merge pull request #4 from rolando-contrib/include-tests

MNT Include tests in the package
This commit is contained in:
Sean J. Taylor 2017-02-24 09:37:32 -08:00 committed by GitHub
commit f08934f485
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='Sean J. Taylor <sjt@fb.com>, Ben Letham <bletham@fb.com>',
author_email='sjt@fb.com', author_email='sjt@fb.com',
license='BSD', license='BSD',
packages=['fbprophet'], packages=['fbprophet', 'fbprophet.tests'],
setup_requires=[ setup_requires=[
'Cython>=0.22', 'Cython>=0.22',
'pystan>=2.8', 'pystan>=2.8',