We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d2487 commit 858fa41Copy full SHA for 858fa41
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools>=48", "setuptools_scm[toml]>=6.3.1"]
+requires = ["setuptools>=77", "setuptools_scm[toml]>=8"]
3
build-backend = "setuptools.build_meta"
4
5
[tool.setuptools_scm]
@@ -8,7 +8,8 @@ build-backend = "setuptools.build_meta"
8
name = "dvc-objects"
9
description = "dvc objects - filesystem and object-db level abstractions to use in dvc and dvc-data"
10
readme = "README.rst"
11
-license = {text = "Apache-2.0"}
+license = "Apache-2.0"
12
+license-files = ["LICENSE"]
13
authors = [{ name = "Iterative", email = "[email protected]" }]
14
classifiers = [
15
"Programming Language :: Python :: 3",
0 commit comments