Skip to content

Commit 8a0abbf

Browse files
committed
🔨 remove name writing to PKG-INFO as OZI.build handles this on the backend
Signed-off-by: rjdbcm <rjdbcm@outlook.com>
1 parent f2bae47 commit 8a0abbf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

meson.build

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ pyproject_config.set(
5959
)
6060
pyproject_config.set('SCM_VERSION', meson.project_version())
6161
pyproject_config.set('VCS_TAG', '@VCS_TAG@')
62-
pyproject_config.set('PROJECT_NAME', project_name)
6362
pyproject_config.set('README_TEXT', fs.read('README.rst'))
6463
pyproject_config.set('REQUIREMENTS_IN',
6564
run_command(

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ test = [
7272

7373
[tool.setuptools_scm]
7474
version_file_template = """Metadata-Version: 2.1
75-
Name: @PROJECT_NAME@
7675
Version: @SCM_VERSION@
7776
Summary: OZI Project utility library.
7877
Home-page: https://oziproject.dev
@@ -82,7 +81,7 @@ License: @LICENSE@
8281
Download-URL: https://github.com/OZI-Project/blastpipe/archive/refs/tags/@SCM_VERSION@.tar.gz
8382
Requires-Python: >=3.10, <3.14
8483
Keywords: ozi,meson
85-
Provides-Dist: msgspec
84+
Provides-Dist: msgspec (0.18.6+g941f52d)
8685
Classifier: License :: OSI Approved :: Apache Software License
8786
Classifier: Development Status :: 3 - Alpha
8887
Classifier: Programming Language :: Python :: 3 :: Only

0 commit comments

Comments
 (0)