https://github.com/pyca/cryptography/pull/14319 https://github.com/pyca/cryptography/issues/14567 --- cryptography-46.0.6/pyproject.toml.orig +++ cryptography-46.0.6/pyproject.toml @@ -105,10 +105,10 @@ locked = true sdist-generator = "git" include = [ - "CHANGELOG.rst", - "CONTRIBUTING.rst", + { path = "CHANGELOG.rst", format = "sdist" }, + { path = "CONTRIBUTING.rst", format = "sdist" }, - "docs/**/*", + { path = "docs/**/*", format = "sdist" }, { path = "src/_cffi_src/**/*.py", format = "sdist" }, { path = "src/_cffi_src/**/*.c", format = "sdist" }, @@ -120,7 +120,7 @@ { path = "src/rust/**/Cargo.lock", format = "sdist" }, { path = "src/rust/**/*.rs", format = "sdist" }, - "tests/**/*.py", + { path = "tests/**/*.py", format = "sdist" }, ] exclude = [ "vectors/**/*",