From 180a51d420078b018534d67f7adb4b68159417e2 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 10 Jan 2021 18:59:50 +0100 Subject: [PATCH] Exclude more files from published crates --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 12188816..35c74e7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"