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',
|
'License :: OSI Approved :: GNU Affero General Public License v3',
|
||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = ['rwx']
|
||||||
'rwx',
|
|
||||||
]
|
|
||||||
description = 'Operating File System Profile'
|
description = 'Operating File System Profile'
|
||||||
dynamic = ['version']
|
dynamic = ['version']
|
||||||
keywords = []
|
keywords = []
|
||||||
license-files = { paths = ['license.md'] }
|
license-files = ['license.md']
|
||||||
name = 'ofsp'
|
name = 'ofsp'
|
||||||
readme = 'readme.md'
|
readme = 'readme.md'
|
||||||
requires-python = '>= 3.10'
|
requires-python = '>= 3.11'
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
ofsp = 'ofsp:main'
|
ofsp = 'ofsp:main'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue