diff --git a/pyproject.toml b/pyproject.toml index e88532f9..a7e85859 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,20 +119,17 @@ omit = [ ] -# https://flit.pypa.io/en/latest/pyproject_toml.html#sdist-section +# https://flit.pypa.io/en/stable/pyproject_toml.html#sdist-section # See also: https://github.com/pypa/flit/issues/565 +# See also: https://github.com/pypa/flit/discussions/745 [tool.flit.sdist] include = [] exclude = [ ".github/", - "docs/", - "tests/", - ".flake8", + ".vscode/", ".gitignore", - ".pre-commit-config.yaml", - "CHANGELOG.md", - "Makefile", - "SECURITY.md", + ".gitattributes", + "CODEOWNERS", ]