From aae0cb99da0445390ffb43577c2834bd28437bb9 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Thu, 9 May 2024 20:15:08 -0700 Subject: [PATCH] Add metadata to pyproject.toml --- pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 754cf96..71956a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,10 +8,13 @@ authors = ["Eric Torres"] version = "1.7.1" description = "A set of scripts for automating pacman database interaction" readme = "README.rst" -license = "LICENSE" +license = "MIT" scripts = ["bin/addpkg", "bin/delpkg", "bin/fqo", "bin/pug2"] classifiers=[ "Programming Language :: Python :: 3", - "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] + +[project.urls] +Homepage = "https://github.com/etorres4/packaging-scripts" +Repository = "https://github.com/etorres4/packaging-scripts"