File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
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.3 .0
3
- Release: 1%{? dist }
2
+ Version: 0.0 .0
3
+ Release: % autorelease
4
4
5
5
Summary: Flexible Metadata Format
6
6
License: GPLv2+
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.3.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'
@@ -54,6 +54,9 @@ docs = [
54
54
[project .scripts ]
55
55
fmf = ' fmf.cli:cli_entry'
56
56
57
+ [tool .hatch ]
58
+ version.source = ' vcs'
59
+
57
60
[tool .hatch .build .targets .wheel ]
58
61
packages = [' fmf' ]
59
62
You can’t perform that action at this time.
0 commit comments