Skip to content

Commit 19ebec5

Browse files
dnicolodirgommers
authored andcommitted
MAINT: switch to PEP639 license declaration for meson-python itself
meson-python uses itself as a build backend, thus we can switch to PEP639 license declaration now that meson-python supports it.
1 parent 991985d commit 19ebec5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ version = '0.18.0.dev0'
1919
description = 'Meson Python build backend (PEP 517)'
2020
readme = 'README.rst'
2121
requires-python = '>= 3.8'
22-
license = { file = 'LICENSES/MIT.txt' }
22+
license = 'MIT'
23+
license-files = ['LICENSES/MIT.txt']
2324
keywords = ['meson', 'build', 'backend', 'pep517', 'package']
2425
maintainers = [
2526
{ name = 'Ralf Gommers', email = '[email protected]' },

0 commit comments

Comments
 (0)