From 419917a414cc0a50dfb94f39936a082257ee6e62 Mon Sep 17 00:00:00 2001 From: Ryo Igarashi <n33t5hin@gmail.com> Date: Sun, 25 Aug 2024 20:07:36 +0900 Subject: [PATCH] Add `license` field for ainu-utils-python --- ainu-utils-python/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ainu-utils-python/Cargo.toml b/ainu-utils-python/Cargo.toml index c74c4b6..ec74696 100644 --- a/ainu-utils-python/Cargo.toml +++ b/ainu-utils-python/Cargo.toml @@ -2,6 +2,8 @@ name = "ainu-utils-python" version = "0.3.2" edition = "2021" +description = "A collection of utilities for the Ainu language" +license = "MIT" [lib] name = "ainu_utils"