Skip to content

Commit

Permalink
🔨 remove monkey-patched setuptools_scm dist script.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed May 2, 2024
1 parent dc0ee47 commit 0505516
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ configure_file(
command: [python, '-c', meson_setuptools_scm],
output: 'PKG-INFO',
)
meson.add_dist_script(pip, 'install', 'tomli>=2.0.0')
meson.add_dist_script(python, '-c', meson_dist_setuptools_scm)
vcs_tag(input: 'pyproject.toml', output: 'pyproject.orig.toml')
message('backed up pyproject.toml as pyproject.orig.toml')
foreach source : root_files
Expand Down

0 comments on commit 0505516

Please sign in to comment.