File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
build-backend = " setuptools.build_meta"
3
- requires = [" setuptools>=61 " , " setuptools_scm[toml]>=7" ]
3
+ requires = [" setuptools>=77 " , " setuptools_scm[toml]>=7" ]
4
4
5
5
[project ]
6
6
name = " dvc"
@@ -16,7 +16,8 @@ keywords = [
16
16
" machine-learning" ,
17
17
" reproducibility" ,
18
18
]
19
- license = { text = " Apache License 2.0" }
19
+ license = " Apache-2.0"
20
+ license-files = [" LICENSE" ]
20
21
maintainers = [{
name =
" Iterative" ,
email =
" [email protected] " }]
21
22
authors = [{
name =
" Dmitry Petrov" ,
email =
" [email protected] " }]
22
23
requires-python = " >=3.9"
@@ -149,9 +150,6 @@ dvc = "dvc.fs.dvc_path:DVCPath"
149
150
hook-dirs = " dvc.__pyinstaller:get_hook_dirs"
150
151
tests = " dvc.__pyinstaller:get_PyInstaller_tests"
151
152
152
- [tool .setuptools ]
153
- license-files = [" LICENSE" ]
154
-
155
153
[tool .setuptools .packages .find ]
156
154
exclude = [" tests" , " tests.*" ]
157
155
namespaces = false
You can’t perform that action at this time.
0 commit comments