File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" flit_core >=3.3 ,<4" ]
2+ requires = [" flit_core >=3.6 ,<4" ]
33build-backend = " flit_core.buildapi"
44
55[project ]
66name = " lazy_loader"
77version = " 0.1rc2.dev0"
88requires-python = " >=3.8"
9- authors = [{name = " The Scientific Python Group " }]
9+ authors = [{name = " Scientific Python Developers " }]
1010readme = " README.md"
1111license = {file = " LICENSE.md" }
1212classifiers = [" License :: OSI Approved :: BSD License" ]
1313dynamic = [" description" ]
1414
1515[project .optional-dependencies ]
16- dev = [
17- " flit"
18- ]
19- test = [
20- " pytest" ,
21- " black" ,
22- " pre-commit" ,
23- " flake8"
24- ]
16+ test = [" pytest >= 7" ]
17+ lint = [" pre-commit >= 2.20" ]
2518
2619[project .urls ]
2720Home = " https://scientific-python.org/specs/spec-0001/"
You can’t perform that action at this time.
0 commit comments