Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,24 @@
[build-system]
backend-path = ['src']
# build-backend = 'mesonpy'
# requires = ['meson-python']
# requires = ['meson-python>=0.18.0']
build-backend = 'buildhack'
requires = ['meson-python', 'wheel']
requires = ['meson-python>=0.18.0', 'wheel']

[project]
name = 'pkgconf'
version = '2.5.1-0'
description = '`pkgconf` is a program which helps with discovering library dependencies and configuring compiler and linker flags.'
readme = 'README.md'
license = {file = 'LICENSE'}
license = 'MIT'
license-files = ['LICENSE']
authors = [
{name = 'Ralf Gommers', email = '[email protected]'},
{name = 'Filipe Laíns', email = '[email protected]'}
]
classifiers = [
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'License :: OSI Approved :: ISC License (ISCL)',
'Programming Language :: C',
'Topic :: Software Development',
'Operating System :: Microsoft :: Windows',
Expand Down
Loading