Skip to content

Commit 3f4565e

Browse files
authored
Merge pull request #394 from pythonspeed/conda-fixes
Support for git archives.
2 parents 623b87e + 3dc9e00 commit 3f4565e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.git_archival.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node: $Format:%H$
2+
node-date: $Format:%cI$
3+
describe-name: $Format:%(describe:tags=true)$
4+
ref-names: $Format:%D$

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.git_archival.txt export-subst

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4", "setuptools-rust"]
2+
requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=7", "setuptools-rust"]
33

44
[tool.setuptools_scm]
55
write_to = "filprofiler/_version.py"

0 commit comments

Comments
 (0)