diff --git a/Cargo.toml b/Cargo.toml index 59a3196..4e1aba1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,8 @@ description = "A lossy/lossless image compression library." readme = "README.md" exclude = [ "tests/*", + ".github/*", + ".idea/*", ] homepage = "https://github.com/Lymphatus/libcaesium" repository = "https://github.com/Lymphatus/libcaesium" diff --git a/COPYING b/LICENSE similarity index 100% rename from COPYING rename to LICENSE