python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
PEP 517 method to specify build requirements is not working in poetry
How can I specify the "build system" requirements in poetry? I think PEP517 deals with this, but I can't get it to work.
I am using poetry to manage my project. One of my project's dependenc...
John
Votes: 0
Answers: 1
Custom build backend for Python
I would like to write my own Python build backend that can used in pyproject.toml like
[build-system]
requires = ["setuptools>=42", "wheel", "mybackend"]
build-backend...
Nico Schlömer
Votes: 0
Answers: 1