We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897eb85 commit 4609185Copy full SHA for 4609185
MANIFEST.in
@@ -2,7 +2,6 @@ prune .dvc
2
prune .github*
3
prune doc*
4
prune examples*
5
-prune pygmt/tests/baseline*
6
exclude .dvcignore
7
exclude .gitignore
8
exclude .pylintrc
setup.py
@@ -18,7 +18,7 @@
18
19
PACKAGES = find_packages(exclude=["doc"])
20
SCRIPTS = []
21
-PACKAGE_DATA = {"pygmt.tests": ["data/*", "baseline/*"]}
+PACKAGE_DATA = {"pygmt.tests": ["data/*", "baseline/*.dvc"]}
22
23
CLASSIFIERS = [
24
"Development Status :: 3 - Alpha",
0 commit comments