Skip to content

Commit 2891558

Browse files
committed
BF: add setuptools_scm into setup_requires so we do not forget aux files such as setup_support
More information and alternative approach (MANIFEST.in) could be seen in datalad/datalad#4782
1 parent b6a29bd commit 2891558

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,5 +177,6 @@ def findsome(subdir, extensions):
177177
findsome(opj("support", "jobs", "job_templates", "cluster"),
178178
{"template"}) +
179179
findsome(opj("tests", "files"), {"cfg"})
180-
}
180+
},
181+
setup_requires=['setuptools_scm'],
181182
)

0 commit comments

Comments
 (0)