Skip to content

Commit 858fa41

Browse files
committed
PEP 639
1 parent 59d2487 commit 858fa41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=48", "setuptools_scm[toml]>=6.3.1"]
2+
requires = ["setuptools>=77", "setuptools_scm[toml]>=8"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]
@@ -8,7 +8,8 @@ build-backend = "setuptools.build_meta"
88
name = "dvc-objects"
99
description = "dvc objects - filesystem and object-db level abstractions to use in dvc and dvc-data"
1010
readme = "README.rst"
11-
license = {text = "Apache-2.0"}
11+
license = "Apache-2.0"
12+
license-files = ["LICENSE"]
1213
authors = [{ name = "Iterative", email = "[email protected]" }]
1314
classifiers = [
1415
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)