mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-14 20:48:08 +00:00
Update manifest and include package data
This commit is contained in:
parent
f16e22731f
commit
9676019825
2 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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={
|
||||
|
|
|
|||
Loading…
Reference in a new issue