Skip to content

Commit 510bbb5

Browse files
py: PEP 639 compliance
* Update licensing metadata to match PEP 639. * I don't know where the ISC license classifier comes from, but the rest, both the LICENSE file and the SPDX-License-Identifier at the top of pyproject.toml, only refer to the MIT license.
1 parent ef47962 commit 510bbb5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,24 @@
55
[build-system]
66
backend-path = ['src']
77
# build-backend = 'mesonpy'
8-
# requires = ['meson-python']
8+
# requires = ['meson-python>=0.18.0']
99
build-backend = 'buildhack'
10-
requires = ['meson-python', 'wheel']
10+
requires = ['meson-python>=0.18.0', 'wheel']
1111

1212
[project]
1313
name = 'pkgconf'
1414
version = '2.5.1-0'
1515
description = '`pkgconf` is a program which helps with discovering library dependencies and configuring compiler and linker flags.'
1616
readme = 'README.md'
17-
license = {file = 'LICENSE'}
17+
license = 'MIT'
18+
license-files = ['LICENSE']
1819
authors = [
1920
{name = 'Ralf Gommers', email = '[email protected]'},
2021
{name = 'Filipe Laíns', email = '[email protected]'}
2122
]
2223
classifiers = [
2324
'Development Status :: 4 - Beta',
2425
'Intended Audience :: Developers',
25-
'License :: OSI Approved :: MIT License',
26-
'License :: OSI Approved :: ISC License (ISCL)',
2726
'Programming Language :: C',
2827
'Topic :: Software Development',
2928
'Operating System :: Microsoft :: Windows',

0 commit comments

Comments
 (0)