Skip to content

Commit

Permalink
Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Feb 12, 2024
1 parent 7d585e9 commit c055cb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ include README.md
include requirements.txt

exclude .codecov.yml
exclude .pre-commit-config.yaml

graft brainglobe_atlasapi *.py

prune tests
prune tutorials
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,7 @@ line-length = 79
[tool.setuptools_scm]

[tool.check-manifest]
ignore = [
"*.yaml",
"tox.ini",
"tests/*",
"tests/test_unit/*",
"tests/test_integration/*",
]
ignore = ["*.yaml", "tox.ini", "tests/*"]

[tool.ruff]
line-length = 79
Expand Down

0 comments on commit c055cb4

Please sign in to comment.