mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-29 20:14:08 +00:00
MNT Include tests in the package
This commit is contained in:
parent
61b4822c37
commit
c8b79e824b
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_email='sjt@fb.com',
|
||||
license='BSD',
|
||||
packages=['fbprophet'],
|
||||
packages=['fbprophet', 'fbprophet.tests'],
|
||||
setup_requires=[
|
||||
'Cython>=0.22',
|
||||
'pystan>=2.8',
|
||||
|
|
|
|||
Loading…
Reference in a new issue