Skip to content

Commit

Permalink
Merge pull request #1380 from decathorpe/master
Browse files Browse the repository at this point in the history
Exclude more files from published crates
  • Loading branch information
davidhewitt committed Jan 10, 2021
2 parents 6d79593 + 180a51d commit b22ceb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/pyo3/pyo3"
documentation = "https://docs.rs/crate/pyo3/"
categories = ["api-bindings", "development-tools::ffi"]
license = "Apache-2.0"
exclude = ["/.gitignore", ".cargo/config"]
exclude = ["/.gitignore", ".cargo/config", "/codecov.yml", "/Makefile", "/pyproject.toml", "/tox.ini"]
build = "build.rs"
edition = "2018"

Expand Down

0 comments on commit b22ceb9

Please sign in to comment.