From 1c2aa14d8c1765c69eac2215c8fc0c8d8f9e6f26 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sun, 12 May 2024 01:10:40 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 664d6e9..4e2ac14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,17 +1,19 @@ [build-system] -requires=["build", "setuptools"] +requires=["setuptools"] build-backend = "setuptools.build_meta" [project] name = "packaging_scripts" -authors = ["Eric Torres eric.torres@its-et.me"] +authors = [{name="Eric Torres", email="eric.torres@its-et.me"}] version = "1.7.1" description = "A set of scripts for automating pacman database interaction" readme = "README.rst" license = {file = "LICENSE"} -scripts = ["bin/addpkg", "bin/delpkg", "bin/fqo", "bin/pug2"] classifiers=[ + "Intended Audience :: Developers", + "Topic :: Software Development :: Build Tools", "Programming Language :: Python :: 3", + "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ]