Skip to content

Commit

Permalink
Exclude CODE_OF_CONDUCT.md, AUTHORSHIP.md and pygmt/tests directory f…
Browse files Browse the repository at this point in the history
…rom distributions
  • Loading branch information
seisman committed Jan 6, 2024
1 parent 24e0324 commit 6bc6459
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ prune .github*
prune ci
prune doc*
prune examples*
prune pygmt/tests*
exclude .dvcignore
exclude .gitignore
exclude .readthedocs.yaml
exclude AUTHORSHIP.md
exclude CODE_OF_CONDUCT.md
exclude CONTRIBUTING.md
exclude Makefile
exclude environment.yml
exclude requirements.txt
exclude pygmt/tests/baseline/*.dvc
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pygmt"
description = "A Python interface for the Generic Mapping Tools"
readme = "README.rst"
requires-python = ">=3.9"
license = {text = "BSD License"}
license = {file = "LICENSE.txt"}
authors = [{name = "The PyGMT Developers", email = "pygmt.team@gmail.com"}]
keywords = [
"cartography",
Expand Down Expand Up @@ -56,15 +56,12 @@ changelog = "https://www.pygmt.org/latest/changes.html"

[tool.setuptools]
platforms = ["Any"]
include-package-data = true
license-files = ["LICENSE.txt"]

[tool.setuptools.packages.find]
include = ["pygmt*"]
exclude = ["doc"]

[tool.setuptools.package-data]
tests = ["data/*", "baseline/*"]

[tool.setuptools_scm]
local_scheme = "node-and-date"
fallback_version = "999.999.999+unknown"
Expand Down

0 comments on commit 6bc6459

Please sign in to comment.