7acfda889f
One test case with a mixed python/native module using maturin, one using pure python using poetry. I'm avoiding adding one using legacy setuptools.
13 lines
248 B
TOML
13 lines
248 B
TOML
[tool.poetry]
|
|
name = "poetry-editable"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["konstin <konstin@mailbox.org>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|