project/fixes
This commit is contained in:
parent
0c93b45e94
commit
ddab774cf6
1 changed files with 3 additions and 5 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue