From 6695bc4fb91bd8c2280f4a072b66bf8ed1a87c95 Mon Sep 17 00:00:00 2001 From: electria Date: Fri, 28 Aug 2026 21:56:20 -0700 Subject: [PATCH] chore: update metadata --- Cargo.toml | 4 +++- REUSE.toml | 5 +---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3c0551f..a67fc13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,10 @@ [package] name = "keepice" +description = "simple KeePass database viewer (for now)" +license = "AGPL-3.0-or-later" + version = "0.1.0" edition = "2024" -license = "AGPL-3.0-or-later" [dependencies] dirs = "6.0.0" diff --git a/REUSE.toml b/REUSE.toml index c0ac1bb..1c09bde 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -1,9 +1,6 @@ version = 1 [[annotations]] -path = [ - "*", - "src/*", -] +path = [ "**" ] SPDX-FileCopyrightText = "2026 Electria" SPDX-License-Identifier = "AGPL-3.0-or-later"