File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,13 @@ prune .github*
3
3
prune ci
4
4
prune doc*
5
5
prune examples*
6
+ prune pygmt/tests*
6
7
exclude .dvcignore
7
8
exclude .gitignore
8
9
exclude .readthedocs.yaml
9
10
exclude AUTHORSHIP.md
11
+ exclude CODE_OF_CONDUCT.md
10
12
exclude CONTRIBUTING.md
11
13
exclude Makefile
12
14
exclude environment.yml
13
15
exclude requirements.txt
14
- exclude pygmt/tests/baseline/*.dvc
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "pygmt"
7
7
description = " A Python interface for the Generic Mapping Tools"
8
8
readme = " README.rst"
9
9
requires-python = " >=3.9"
10
- license = {text = " BSD License " }
10
+ license = {file = " LICENSE.txt " }
11
11
authors = [{
name =
" The PyGMT Developers" ,
email =
" [email protected] " }]
12
12
keywords = [
13
13
" cartography" ,
@@ -56,15 +56,12 @@ changelog = "https://www.pygmt.org/latest/changes.html"
56
56
57
57
[tool .setuptools ]
58
58
platforms = [" Any" ]
59
- include-package-data = true
59
+ license-files = [ " LICENSE.txt " ]
60
60
61
61
[tool .setuptools .packages .find ]
62
62
include = [" pygmt*" ]
63
63
exclude = [" doc" ]
64
64
65
- [tool .setuptools .package-data ]
66
- tests = [" data/*" , " baseline/*" ]
67
-
68
65
[tool .setuptools_scm ]
69
66
local_scheme = " node-and-date"
70
67
fallback_version = " 999.999.999+unknown"
You can’t perform that action at this time.
0 commit comments