From 8cc07913b8e3dc9e9eb50575f298666f2b49a112 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Fri, 31 May 2024 11:04:55 -0700 Subject: [PATCH] Format pyproject.toml --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2b5493f..2e4ee47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,20 +1,20 @@ [build-system] -requires=["setuptools", "wheel"] +requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" [project] name = "packaging_scripts" -authors = [{name="Eric Torres", email="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"} -classifiers=[ - "Intended Audience :: Developers", - "Topic :: Software Development :: Build Tools", - "Programming Language :: Python :: 3", - "License :: OSI Approved :: MIT License", - "Operating System :: OS Independent", +license = { file = "LICENSE" } +classifiers = [ + "Intended Audience :: Developers", + "Topic :: Software Development :: Build Tools", + "Programming Language :: Python :: 3", + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", ] [project.urls]