The new workflow in #1036 adds more files into the git repository and some files are included in the source distribution by default.
Run make package and check the files in the tarball dist/pygmt-X.Y.Z.tar.gz.
I see some new files in the source distribution:
.dvc
.dvcignore
pygmt/tests/baseline/*.dvc
Some DVC images (e.g., pygmt/tests/baseline/test_logo.png) are also included in the tarball although they should be ignored by git and excluded from the source distribution by default.
A related question is: do we want to include the baseline images in the source distribution?
The new workflow in #1036 adds more files into the git repository and some files are included in the source distribution by default.
Run
make packageand check the files in the tarballdist/pygmt-X.Y.Z.tar.gz.I see some new files in the source distribution:
.dvc.dvcignorepygmt/tests/baseline/*.dvcSome DVC images (e.g.,
pygmt/tests/baseline/test_logo.png) are also included in the tarball although they should be ignored by git and excluded from the source distribution by default.A related question is: do we want to include the baseline images in the source distribution?