diff --git a/{{cookiecutter.package_name}}/pyproject.toml b/{{cookiecutter.package_name}}/pyproject.toml index fc25ced..69d62e2 100644 --- a/{{cookiecutter.package_name}}/pyproject.toml +++ b/{{cookiecutter.package_name}}/pyproject.toml @@ -89,7 +89,7 @@ filterwarnings = [ [tool.check-manifest] {% if cookiecutter.create_docs == "yes" -%} ignore = [ - ".yaml", + "*.yaml", "tox.ini", "tests/", "tests/test_unit/", @@ -99,7 +99,7 @@ ignore = [ ] {% elif cookiecutter.create_docs == "no" -%} ignore = [ - ".yaml", + "*.yaml", "tox.ini", "tests/", "tests/test_unit/",