Skip to content

Commit

Permalink
build: remove cargo.toml files from wheels (#12091)
Browse files Browse the repository at this point in the history
  • Loading branch information
anderssonjohan authored Dec 3, 2024
1 parent ea8bb1a commit ad7a3c1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,17 @@ include = [
"src/_cffi_src/**/*.c",
"src/_cffi_src/**/*.h",

"**/Cargo.toml",
"**/Cargo.lock",
"Cargo.toml",
"Cargo.lock",
"src/rust/**/Cargo.toml",
"src/rust/**/Cargo.lock",
"src/rust/**/*.rs",

"tests/**/*.py",
]
exclude = [
"vectors/**/*",
"src/rust/target/**/*",
"target/**/*",
"docs/_build/**/*",
".github/**/*",
".readthedocs.yml",
Expand Down

0 comments on commit ad7a3c1

Please sign in to comment.