Skip to content

Commit 4d97a0d

Browse files
committed
fix: declare version to be dynamic in pyproject.toml
Required since meson-python >= 0.14.0 Signed-off-by: Christopher Arndt <[email protected]>
1 parent 877a23f commit 4d97a0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ requires = [
99

1010
[project]
1111
name = "python-rtmidi"
12+
dynamic = ['version']
1213
description = "A Python binding for the RtMidi C++ library implemented using Cython."
1314
authors = [
1415
{ name="Christopher Arndt", email="[email protected]" },

0 commit comments

Comments
 (0)