Update manifest and include package data

This commit is contained in:
Ben Letham 2018-12-20 15:36:02 -08:00
parent f16e22731f
commit 9676019825
2 changed files with 1 additions and 3 deletions

View file

@ -2,7 +2,6 @@ include stan/unix/*.stan
include stan/win/*.stan
include LICENSE
include requirements.txt
include pyproject.toml
# Ensure in-place built models do not get included in the source dist.
prune fbprophet/stan_model

View file

@ -105,13 +105,12 @@ setup(
author='Sean J. Taylor <sjt@fb.com>, Ben Letham <bletham@fb.com>',
author_email='sjt@fb.com',
license='BSD',
# packages=find_packages(),
packages=['fbprophet', 'fbprophet.tests'],
setup_requires=[
],
install_requires=install_requires,
zip_safe=False,
# include_package_data=True,
include_package_data=True,
# For Python 3, Will enforce that tests are run after a build.
use_2to3=True,
cmdclass={