Skip to content

Commit

Permalink
build: update pyproj specs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Feb 22, 2024
1 parent ec831f3 commit e70c4bc
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ readme = "README.md"
version = "0.3.1"
license = {file = "LICENSE"}

keywords = ["inversion", "gravity", "geometry", "density", "Moho", "sediment", "geophysics", "geology", "geoscience"]

dependencies = [
"numpy",
"pandas",
Expand Down Expand Up @@ -100,6 +102,14 @@ Documentation = "https://invert4geom.readthedocs.io/"
Discussions = "https://github.com/mdtanker/invert4geom/discussions"
Changelog = "https://invert4geom.readthedocs.io/en/latest/changelog.html"

[tool.coverage]
run.source = ["invert4geom"]
port.exclude_lines = [
'pragma: no cover',
'\.\.\.',
'if typing.TYPE_CHECKING:',
]

[tool.pytest.ini_options]
minversion = "6.0"
addopts = [
Expand All @@ -124,14 +134,6 @@ markers = [
"use_numba: mark test functions that call Numba jitted functions",
]

[tool.coverage]
run.source = ["invert4geom"]
port.exclude_lines = [
'pragma: no cover',
'\.\.\.',
'if typing.TYPE_CHECKING:',
]

[tool.mypy]
files = ["src"]
python_version = "3.8"
Expand Down Expand Up @@ -210,6 +212,7 @@ py-version = "3.8"
ignore-paths = ["CHANGELOG.md"]
reports.output-format = "colorized"
similarities.ignore-imports = "yes"
similarities.min-similarity-lines = 5
messages_control.disable = [
"design",
"fixme",
Expand Down

0 comments on commit e70c4bc

Please sign in to comment.