Oreon-Lime-R2/python-pkgconfig/pkgconfig-1.5.5/pyproject.toml

24 lines
642 B
TOML

[build-system]
requires = ["poetry_core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "pkgconfig"
version = "1.5.5"
license = "MIT"
description = "Interface Python with pkg-config"
authors = ["Matthias Vogelgesang <matthias.vogelgesang@gmail.com>"]
readme = "README.rst"
homepage = "https://github.com/matze/pkgconfig"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Topic :: Software Development :: Build Tools",
]
[tool.poetry.dependencies]
python = "^3.3"
[tool.poetry.dev-dependencies]
pytest = "^3.8.2"