Skip to content

Commit

Permalink
Merge pull request #116 from AdamTheisen/master
Browse files Browse the repository at this point in the history
Missing requirements and data files for tests
  • Loading branch information
AdamTheisen authored Sep 6, 2019
2 parents cc12c9b + 8e32a84 commit 46fcc82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ recursive-exclude * *.py[co]
recursive-include act/plotting *.txt

recursive-include docs *.rst conf.py Makefile make.bat
recursive-include act/tests/data *.cdf *.nc
recursive-include act/tests/data *.cdf *.nc *.data

include versioneer.py
include act/_version.py
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ dask
distributed
pint
cartopy
boto3
pyproj

0 comments on commit 46fcc82

Please sign in to comment.