Skip to content

Commit 81a5fd5

Browse files
PEP 639 compliance (#1894)
1 parent 1918145 commit 81a5fd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[build-system]
2-
requires = ["hatchling", "hatch-vcs"]
2+
requires = ["hatchling>=1.27.0", "hatch-vcs"]
33
build-backend = "hatchling.build"
44

55
[project]
66
name = "fsspec"
77
dynamic = ["version"]
88
description = "File-system specification"
99
readme = "README.md"
10-
license = { file = "LICENSE" }
10+
license = "BSD-3-Clause"
11+
license-files = ["LICENSE"]
1112
requires-python = ">=3.9"
1213
maintainers = [{ name = "Martin Durant", email = "[email protected]" }]
1314
keywords = ["file"]
1415
classifiers = [
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",

0 commit comments

Comments
 (0)