project/fixes

This commit is contained in:
Marc Beninca 2025-06-07 19:44:52 +02:00
parent 0c93b45e94
commit ddab774cf6
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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'