Skip to content

Commit 4609185

Browse files
committed
Include .dvc files
1 parent 897eb85 commit 4609185

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ prune .dvc
22
prune .github*
33
prune doc*
44
prune examples*
5-
prune pygmt/tests/baseline*
65
exclude .dvcignore
76
exclude .gitignore
87
exclude .pylintrc

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

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

2323
CLASSIFIERS = [
2424
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)