Skip to content

Commit

Permalink
BLD: get version dynamically from the Meson metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <lains@riseup.net>
  • Loading branch information
FFY00 committed Jul 22, 2022
1 parent 2f9acf2 commit fef7160
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ requires = [

[project]
name = 'meson-python'
version = '0.7.0'
description = 'Meson Python build backend (PEP 517)'
readme = 'README.md'
requires-python = '>=3.7'
Expand All @@ -34,6 +33,10 @@ dependencies = [
'typing-extensions>=3.7.4; python_version<"3.8"',
]

dynamic = [
'version',
]

[project.optional-dependencies]
test = [
'pytest',
Expand Down

0 comments on commit fef7160

Please sign in to comment.