File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ pyproject_config.set(
59
59
)
60
60
pyproject_config.set(' SCM_VERSION' , meson .project_version())
61
61
pyproject_config.set(' VCS_TAG' , ' @VCS_TAG@' )
62
+ pyproject_config.set(' PROJECT_NAME' , project_name)
62
63
pyproject_config.set(' README_TEXT' , fs.read(' README.rst' ))
63
64
pyproject_config.set(' REQUIREMENTS_IN' ,
64
65
run_command (
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = {file = "LICENSE.txt"}
6
6
7
7
[build-system ]
8
8
requires = [
9
- ' OZI.build~=1.0.1 ' ,
9
+ ' OZI.build~=1.0' ,
10
10
' pip-tools>=7' ,
11
11
' pipx>=1.5' ,
12
12
' setuptools_scm[toml]>=8.0' ,
@@ -72,6 +72,7 @@ test = [
72
72
73
73
[tool .setuptools_scm ]
74
74
version_file_template = """ Metadata-Version: 2.1
75
+ Name: @PROJECT_NAME@
75
76
Version: @SCM_VERSION@
76
77
Summary: OZI Project utility library.
77
78
Home-page: https://oziproject.dev
You can’t perform that action at this time.
0 commit comments