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 f9aacca commit 2fae0fcCopy full SHA for 2fae0fc
1 file changed
.gitattributes
@@ -15,4 +15,8 @@ cuda_core/cuda/core/_cpp/*.hpp -binary text diff
15
# SCM syntax highlighting & preventing 3-way merges
16
pixi.lock merge=binary linguist-language=YAML linguist-generated=true
17
18
+# "export-subst" specifies that this file will get filled in with the current
19
+# commit and tag information when running `git archive`. This allows
20
+# `setuptools-scm` to correctly determine the version when building from a git
21
+# archive. See #1609.
22
.git_archival.txt export-subst
0 commit comments