From 84b88597dace5b0f5e0bef231eefadc9cf2d8fb6 Mon Sep 17 00:00:00 2001 From: Christopher Lorton Date: Wed, 4 Dec 2024 21:09:51 +0000 Subject: [PATCH] Update MANIFEST.in --- .pre-commit-config.yaml | 2 +- MANIFEST.in | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bd1b8bd..018548e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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] diff --git a/MANIFEST.in b/MANIFEST.in index 42c6b7a..19aaa08 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,7 @@ graft docs graft src graft ci graft tests +graft examples include .bumpversion.cfg include .cookiecutterrc @@ -19,4 +20,5 @@ include CONTRIBUTING.rst include LICENSE include README.rst +recursive-exclude .devcontainer * global-exclude *.py[cod] __pycache__/* *.so *.dylib *.DS_Store