Skip to content

Commit

Permalink
Update MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
clorton committed Dec 4, 2024
1 parent b2acfca commit 84b8859
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exclude: '^(\.tox|ci/templates|\.bumpversion\.cfg)(/|$)'
# Note the order is intentional to avoid multiple passes of the hooks
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.0
rev: v0.8.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ graft docs
graft src
graft ci
graft tests
graft examples

include .bumpversion.cfg
include .cookiecutterrc
Expand All @@ -19,4 +20,5 @@ include CONTRIBUTING.rst
include LICENSE
include README.rst

recursive-exclude .devcontainer *
global-exclude *.py[cod] __pycache__/* *.so *.dylib *.DS_Store

0 comments on commit 84b8859

Please sign in to comment.