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"