File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " function-schema"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44requires-python = " >= 3.9"
55description = " A small utility to generate JSON schemas for python functions."
66readme = " README.md"
@@ -16,10 +16,9 @@ classifiers = [
1616 " Development Status :: 3 - Alpha" ,
1717 " Programming Language :: Python :: 3.9" ,
1818]
19- dynamic = [" optional-dependencies" ]
2019
21- [tool . setuptools . dynamic ]
22- optional-dependencies. test = { file = [" pytest" ]}
20+ [project . optional-dependencies ]
21+ test = [" pytest" ]
2322
2423[project .urls ]
2524Homepage = " https://github.com/comfuture/function-schema"
@@ -29,5 +28,5 @@ Repository = "https://github.com/comfuture/function-schema"
2928function_schema = " function_schema.cli:main"
3029
3130[build-system ]
32- requires = [" setuptools " , " wheel " ]
33- build-backend = " setuptools.build_meta "
31+ requires = [" flit_core >=3.9,<4 " ]
32+ build-backend = " flit_core.buildapi "
You can’t perform that action at this time.
0 commit comments