requires
This commit is contained in:
parent
b2100b2376
commit
eaf2534dca
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ keywords = []
|
||||||
license-files = { paths = ['license.md'] }
|
license-files = { paths = ['license.md'] }
|
||||||
name = 'ofsp'
|
name = 'ofsp'
|
||||||
readme = 'readme.md'
|
readme = 'readme.md'
|
||||||
requires-python = '>=3.10'
|
requires-python = '>= 3.10'
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
# command = 'package.module:function'
|
# command = 'package.module:function'
|
||||||
|
|
Loading…
Reference in a new issue