Skip to content

Commit 0e87f74

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 0e87f74

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,15 @@ 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)