From 3e751ac9e164d0cae7757df4d867689886bf8665 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 7 Jun 2025 19:47:53 +0200 Subject: [PATCH] " --- pyproject.toml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b1d9eb3..ecbb82d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,32 +1,32 @@ [build-system] -requires = ['hatchling'] -build-backend = 'hatchling.build' +requires = ["hatchling"] +build-backend = "hatchling.build" [project] authors = [ - { name = 'Marc Beninca', email = 'git@marc.beninca.link' }, + { name = "Marc Beninca", email = "git@marc.beninca.link" }, ] maintainers = [ - { name = 'Marc Beninca', email = 'git@marc.beninca.link' }, + { name = "Marc Beninca", email = "git@marc.beninca.link" }, ] classifiers = [ - 'Programming Language :: Python :: 3', - 'License :: OSI Approved :: GNU Affero General Public License v3', - 'Operating System :: OS Independent', + "Programming Language :: Python :: 3", + "License :: OSI Approved :: GNU Affero General Public License v3", + "Operating System :: OS Independent", ] -dependencies = ['rwx'] -description = 'Operating File System Profile' -dynamic = ['version'] +dependencies = ["rwx"] +description = "Operating File System Profile" +dynamic = ["version"] keywords = [] -license-files = ['license.md'] -name = 'ofsp' -readme = 'readme.md' -requires-python = '>= 3.11' +license-files = ["license.md"] +name = "ofsp" +readme = "readme.md" +requires-python = ">= 3.11" [project.scripts] -ofsp = 'ofsp:main' +ofsp = "ofsp:main" [project.urls] [tool.hatch.version] -path = 'ofsp/__init__.py' +path = "ofsp/__init__.py"