File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ 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)
63
62
pyproject_config.set(' README_TEXT' , fs.read(' README.rst' ))
64
63
pyproject_config.set(' REQUIREMENTS_IN' ,
65
64
run_command (
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ test = [
72
72
73
73
[tool .setuptools_scm ]
74
74
version_file_template = """ Metadata-Version: 2.1
75
- Name: @PROJECT_NAME@
76
75
Version: @SCM_VERSION@
77
76
Summary: OZI Project utility library.
78
77
Home-page: https://oziproject.dev
@@ -82,7 +81,7 @@ License: @LICENSE@
82
81
Download-URL: https://github.com/OZI-Project/blastpipe/archive/refs/tags/@SCM_VERSION@.tar.gz
83
82
Requires-Python: >=3.10, <3.14
84
83
Keywords: ozi,meson
85
- Provides-Dist: msgspec
84
+ Provides-Dist: msgspec (0.18.6+g941f52d)
86
85
Classifier: License :: OSI Approved :: Apache Software License
87
86
Classifier: Development Status :: 3 - Alpha
88
87
Classifier: Programming Language :: Python :: 3 :: Only
You can’t perform that action at this time.
0 commit comments