diff --git a/.pyspelling.yml b/.pyspelling.yml index 2a96e85..753efd4 100644 --- a/.pyspelling.yml +++ b/.pyspelling.yml @@ -71,7 +71,7 @@ matrix: context_visible_first: true delimiters: # Ignore lint (noqa) and coverage (pragma) as well as shebang (#!) - - open: '^(?: *(?:noqa\b|pragma: no cover)|!)' + - open: '^(?: *(?:noqa\b|pragma: no cover|type: .*?)|!)' close: '$' # Ignore Python encoding string -*- encoding stuff -*- - open: '^ *-\*-' diff --git a/MANIFEST.in b/MANIFEST.in index 4a78648..7c4a664 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -recursive-include soupsieve *.py +recursive-include soupsieve *.py py.typed recursive-include tests *.py recursive-include docs/src/markdown *.md *.png *.gif *.html recursive-include docs/src/dictionary *.txt diff --git a/docs/src/markdown/_snippets/selector_styles.txt b/docs/src/markdown/_snippets/selector_styles.txt index 3ffcf13..2e4a0b3 100644 --- a/docs/src/markdown/_snippets/selector_styles.txt +++ b/docs/src/markdown/_snippets/selector_styles.txt @@ -1,6 +1,7 @@