Skip to content

Commit 7250e1b

Browse files
paredefiop
authored andcommitted
dvc: fix installation from archives
Fixes: #7124
1 parent 896bbf1 commit 7250e1b

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.git_archival.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ref-names: $Format:%D$

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.git_archival.txt export-subst

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ classifiers =
2828
setup_requires =
2929
setuptools>=48
3030
setuptools_scm[toml]>=6.3.1
31+
setuptools_scm_git_archive==1.1
32+
3133
python_requires = >=3.7
3234
zip_safe = False
3335
packages = find:

0 commit comments

Comments
 (0)