File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ node: $Format:%H$
2
+ node-date: $Format:%cI$
3
+ describe-name: $Format:%(describe:tags=true,match=*[0-9]*)$
Original file line number Diff line number Diff line change
1
+ .git_archival.txt export-subst
Original file line number Diff line number Diff line change 1
1
Name: fmf
2
- Version: 1.4 .0
2
+ Version: 0.0 .0
3
3
Release: 1%{?dist }
4
4
5
5
Summary: Flexible Metadata Format
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [' hatchling' ]
2
+ requires = [' hatchling' , ' hatch-vcs ' ]
3
3
build-backend = ' hatchling.build'
4
4
5
5
[project ]
@@ -23,7 +23,6 @@ classifiers = [
23
23
' Programming Language :: Python :: 3.12' ,
24
24
' Topic :: Utilities' ,
25
25
]
26
- version = ' 1.4.0'
27
26
keywords = [
28
27
' metadata' ,
29
28
' testing' ,
@@ -33,6 +32,7 @@ dependencies = [
33
32
' filelock' ,
34
33
' jsonschema' ,
35
34
]
35
+ dynamic = [' version' ]
36
36
37
37
[project .urls ]
38
38
Homepage = ' https://github.com/teemtee/fmf'
@@ -52,6 +52,9 @@ docs = [
52
52
[project .scripts ]
53
53
fmf = ' fmf.cli:cli_entry'
54
54
55
+ [tool .hatch ]
56
+ version.source = ' vcs'
57
+
55
58
[tool .hatch .envs .default ]
56
59
platforms = [" linux" ]
57
60
You can’t perform that action at this time.
0 commit comments