Selaa lähdekoodia

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

MNT Include tests in the package
Sean J. Taylor 8 vuotta sitten
vanhempi
commit
f08934f485
2 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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',