Skip to content

Commit

Permalink
Making check manifest happy
Browse files Browse the repository at this point in the history
  • Loading branch information
abkfenris committed Oct 12, 2023
1 parent 1d41de8 commit 7ea3473
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ prune *.egg-info

global-exclude *.nc

exclude .pre-commit-config.yaml
exclude *.yml
exclude *.enc
exclude .gitignore
exclude .isort.cfg
exclude CONTRIBUTING.md
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ convention = "google"
# Allow fastapi.Depends and other dependency injection style function arguments
extend-immutable-calls = ["fastapi.Depends", "fastapi.Query"]

[tool.check-manifest]
ignore = [
"xpublish_intake_provider/_version.py",
"xpublish_intake_provider/**/__pycache__/*.pyc"
]

[tool.interrogate]
ignore-init-method = true
ignore-init-module = false
Expand Down

0 comments on commit 7ea3473

Please sign in to comment.