File tree 2 files changed +3
-6
lines changed
2 files changed +3
-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,6 @@ 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" }
11
10
authors = [{
name =
" The PyGMT Developers" ,
email =
" [email protected] " }]
12
11
keywords = [
13
12
" cartography" ,
@@ -56,15 +55,12 @@ changelog = "https://www.pygmt.org/latest/changes.html"
56
55
57
56
[tool .setuptools ]
58
57
platforms = [" Any" ]
59
- include-package-data = true
58
+ license-files = [ " LICENSE.txt " ]
60
59
61
60
[tool .setuptools .packages .find ]
62
61
include = [" pygmt*" ]
63
62
exclude = [" doc" ]
64
63
65
- [tool .setuptools .package-data ]
66
- tests = [" data/*" , " baseline/*" ]
67
-
68
64
[tool .setuptools_scm ]
69
65
local_scheme = " node-and-date"
70
66
fallback_version = " 999.999.999+unknown"
You can’t perform that action at this time.
0 commit comments