mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-09-16 22:20:23 +00:00
Merge pull request #4 from rolando-contrib/include-tests
MNT Include tests in the package
This commit is contained in:
commit
f08934f485
2 changed files with 1 additions and 1 deletions
0
python/fbprophet/tests/__init__.py
Normal file
0
python/fbprophet/tests/__init__.py
Normal 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',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue