From c8b79e824b8b4269e64ca814c10432f3210886ab Mon Sep 17 00:00:00 2001 From: Rolando Espinoza Date: Fri, 24 Feb 2017 02:36:57 -0400 Subject: [PATCH] MNT Include tests in the package --- python/fbprophet/tests/__init__.py | 0 python/setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 python/fbprophet/tests/__init__.py diff --git a/python/fbprophet/tests/__init__.py b/python/fbprophet/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/python/setup.py b/python/setup.py index 1fba756..6e5bd22 100644 --- a/python/setup.py +++ b/python/setup.py @@ -75,7 +75,7 @@ setup( author='Sean J. Taylor , Ben Letham ', author_email='sjt@fb.com', license='BSD', - packages=['fbprophet'], + packages=['fbprophet', 'fbprophet.tests'], setup_requires=[ 'Cython>=0.22', 'pystan>=2.8',