Skip to content

Commit

Permalink
BF: add setuptools_scm into setup_requires so we do not forget aux fi…
Browse files Browse the repository at this point in the history
…les such as setup_support

More information and alternative approach (MANIFEST.in) could be seen in
datalad/datalad#4782
  • Loading branch information
yarikoptic committed Feb 2, 2021
1 parent b6a29bd commit 2891558
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,6 @@ def findsome(subdir, extensions):
findsome(opj("support", "jobs", "job_templates", "cluster"),
{"template"}) +
findsome(opj("tests", "files"), {"cfg"})
}
},
setup_requires=['setuptools_scm'],
)

0 comments on commit 2891558

Please sign in to comment.