浏览代码

MNT Include tests in the package

Rolando Espinoza 8 年之前
父节点
当前提交
c8b79e824b
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 0 0
      python/fbprophet/tests/__init__.py
  2. 1 1
      python/setup.py

+ 0 - 0
python/fbprophet/tests/__init__.py


+ 1 - 1
python/setup.py

@@ -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',