Skip to content

Commit

Permalink
Add requirements.txt to the MANIFEST for src distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
tgsmith61591 committed Aug 28, 2017
1 parent b701bb3 commit a2221c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit a2221c7

Please sign in to comment.