poetry2nix/tests/gobject-introspection/pyproject.toml
2023-10-26 08:46:31 -04:00

14 lines
295 B
TOML

[tool.poetry]
name = "gobject-introspection-test"
version = "0.1.0"
description = ""
authors = ["You <me@example.com>"]
[tool.poetry.dependencies]
python = "^3.10"
python-mpd2 = "^3.1.0"
PyGObject = "^3.46.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"