diff --git a/MANIFEST.in b/MANIFEST.in index 1bb4a82aa..da60a656e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,3 +6,4 @@ recursive-include pyramid/compat *.pyx *.pyd recursive-include pyramid/datasets *.pyx *.pyd recursive-include pyramid/utils *.pyx *.pyd include README.md +include requirements.txt diff --git a/setup.py b/setup.py index ec598e356..93e6314e4 100644 --- a/setup.py +++ b/setup.py @@ -179,7 +179,7 @@ def do_setup(): 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', ], - keywords='sklearn scikit-learn arima timeseries', + keywords='arima timeseries forecasting pyramid pyramid-arima scikit-learn statsmodels', # this will only work for releases that have the appropriate tag... download_url='https://github.com/%s/%s/archive/v%s.tar.gz' % (MAINTAINER_GIT, DISTNAME, VERSION), python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4',