Преглед на файлове

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

MNT Include tests in the package
Sean J. Taylor преди 8 години
родител
ревизия
f08934f485
променени са 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_email='sjt@fb.com',
     license='BSD',
-    packages=['fbprophet'],
+    packages=['fbprophet', 'fbprophet.tests'],
     setup_requires=[
         'Cython>=0.22',
         'pystan>=2.8',