Exclude more files from published crates

This commit is contained in:
Fabio Valentini 2021-01-10 18:59:50 +01:00
parent 6d795932bc
commit 180a51d420
No known key found for this signature in database
GPG key ID: 5AC5F572E5D410AF

View file

@ -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"