From b516ee1498e77f3395986ae4db863610fe862a3d Mon Sep 17 00:00:00 2001 From: Till Wegmueller Date: Sat, 24 Apr 2021 23:29:45 -0300 Subject: [PATCH] Cargo Publish fixes --- libips/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libips/Cargo.toml b/libips/Cargo.toml index 1f78a11..a601ceb 100644 --- a/libips/Cargo.toml +++ b/libips/Cargo.toml @@ -8,7 +8,7 @@ name = "libips" version = "0.1.0" authors = ["Till Wegmueller "] edition = "2018" -license-file = "LICENSE" +license-file = "../LICENSE" description = "The core library for the rust version of the Image Packaging System. Includes Python bindings." repository = "https://github.com/OpenFlowLabs/libips" readme = "../README.md"