Skip to content

Commit

Permalink
Merge pull request #394 from pythonspeed/conda-fixes
Browse files Browse the repository at this point in the history
Support for git archives.
  • Loading branch information
itamarst authored Jul 24, 2022
2 parents 623b87e + 3dc9e00 commit 3f4565e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .git_archival.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node: $Format:%H$
node-date: $Format:%cI$
describe-name: $Format:%(describe:tags=true)$
ref-names: $Format:%D$
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.git_archival.txt export-subst
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4", "setuptools-rust"]
requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=7", "setuptools-rust"]

[tool.setuptools_scm]
write_to = "filprofiler/_version.py"
Expand Down

0 comments on commit 3f4565e

Please sign in to comment.