From ddab774cf6dea49e8680979ae554de428b2d127b Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 7 Jun 2025 19:44:52 +0200 Subject: [PATCH] project/fixes --- pyproject.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c0e8f0e..b1d9eb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,16 +14,14 @@ classifiers = [ 'License :: OSI Approved :: GNU Affero General Public License v3', 'Operating System :: OS Independent', ] -dependencies = [ - 'rwx', -] +dependencies = ['rwx'] description = 'Operating File System Profile' dynamic = ['version'] keywords = [] -license-files = { paths = ['license.md'] } +license-files = ['license.md'] name = 'ofsp' readme = 'readme.md' -requires-python = '>= 3.10' +requires-python = '>= 3.11' [project.scripts] ofsp = 'ofsp:main'