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'