From b0f0a44284fa72ee5415c84a732d925bfadbb1fe Mon Sep 17 00:00:00 2001 From: konstin Date: Wed, 22 Aug 2018 00:02:37 +0200 Subject: [PATCH] Exclude example --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1c1a280c..65e7e4f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,3 +56,7 @@ members = [ "pyo3cls", "pyo3-derive-backend", ] + +exclude = [ + "examples/*" +]