poetry2nix/tests/setuptools/pyproject.toml

14 lines
268 B
TOML
Raw Normal View History

[tool.poetry]
name = "setuptools_test"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.10"
setuptools = "*"
[build-system]
requires = ["poetry-core>=1.1"]
build-backend = "poetry.core.masonry.api"