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",