From 5b00cc1b5d8319c1b37fd6136c64210e1d32f9b7 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Thu, 17 Sep 2015 16:42:06 -0500 Subject: [PATCH] Making sure the packaged crate doesn't include the test images. No reason for it to be anywhere but source control. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 853268b..a777e72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ readme = "README.md" keywords = ["phash", "perceptual", "image", "comparison"] license = "MIT" license-file = "LICENSE" +exclude = ["test_images/*"] [dependencies] docopt = "*"