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 1
1
[build-system ]
2
- requires = [" hatchling" , " hatch-vcs" ]
2
+ requires = [" hatchling>=1.27.0 " , " hatch-vcs" ]
3
3
build-backend = " hatchling.build"
4
4
5
5
[project ]
6
6
name = " fsspec"
7
7
dynamic = [" version" ]
8
8
description = " File-system specification"
9
9
readme = " README.md"
10
- license = { file = " LICENSE" }
10
+ license = " BSD-3-Clause"
11
+ license-files = [" LICENSE" ]
11
12
requires-python = " >=3.9"
12
13
maintainers = [{
name =
" Martin Durant" ,
email =
" [email protected] " }]
13
14
keywords = [" file" ]
14
15
classifiers = [
15
16
" Development Status :: 4 - Beta" ,
16
17
" Intended Audience :: Developers" ,
17
- " License :: OSI Approved :: BSD License" ,
18
18
" Operating System :: OS Independent" ,
19
19
" Programming Language :: Python :: 3.9" ,
20
20
" Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments