From b4049e1cb8ed5e8345f363dab4992ea9393aaf0a Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Thu, 9 May 2024 20:17:19 -0700 Subject: [PATCH] Fix license metadata line --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 71956a1..978b9d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = ["Eric Torres"] version = "1.7.1" description = "A set of scripts for automating pacman database interaction" readme = "README.rst" -license = "MIT" +license = {file = "LICENSE"} scripts = ["bin/addpkg", "bin/delpkg", "bin/fqo", "bin/pug2"] classifiers=[ "Programming Language :: Python :: 3",