Skip to content

Commit

Permalink
Include .dvc files
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Mar 27, 2021
1 parent 897eb85 commit 4609185
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ prune .dvc
prune .github*
prune doc*
prune examples*
prune pygmt/tests/baseline*
exclude .dvcignore
exclude .gitignore
exclude .pylintrc
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PACKAGES = find_packages(exclude=["doc"])
SCRIPTS = []
PACKAGE_DATA = {"pygmt.tests": ["data/*", "baseline/*"]}
PACKAGE_DATA = {"pygmt.tests": ["data/*", "baseline/*.dvc"]}

CLASSIFIERS = [
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 4609185

Please sign in to comment.