File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" hatchling" , " hatch-vcs" ]
2+ requires = [" hatchling>=1.27.0 " , " hatch-vcs" ]
33build-backend = " hatchling.build"
44
55[project ]
66name = " fsspec"
77dynamic = [" version" ]
88description = " File-system specification"
99readme = " README.md"
10- license = { file = " LICENSE" }
10+ license = " BSD-3-Clause"
11+ license-files = [" LICENSE" ]
1112requires-python = " >=3.9"
1213maintainers = [{
name =
" Martin Durant" ,
email =
" [email protected] " }]
1314keywords = [" file" ]
1415classifiers = [
1516 " Development Status :: 4 - Beta" ,
1617 " Intended Audience :: Developers" ,
17- " License :: OSI Approved :: BSD License" ,
1818 " Operating System :: OS Independent" ,
1919 " Programming Language :: Python :: 3.9" ,
2020 " Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments