From 8d27a1dcdad8a3ba6c9c745f53150c8bd9a0f51d Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sun, 6 Mar 2016 18:17:24 -0600 Subject: [PATCH] Apparently crates.io doesn't understand just the license file, So making the config change back to MIT in the config for clarity on crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ed276b..b2da671 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "A simple library for generating perceptual hashes for images and repository = "https://github.com/warricksothr/Perceptual-Image-Hashing/" readme = "README.md" keywords = ["phash", "perceptual", "image", "comparison"] -license-file = "LICENSE" +license = "MIT" exclude = ["test_images/*"] [lib]