Skip to content

Support for pyproject.toml in Pip 10 #312

@henryiii

Description

@henryiii

Pip 10.0.0b1 was released, with support for pyproject.toml. This allows a project to specify that it needs scikit-build in the setup phase, allowing for the first time a simple "pip install package" for a scikit-build package. pyproject.tomls should be added to the examples in tests and documentation.

On a related note, cmake could be added as a dependency as well, but since a user may have cmake, that's probably better in setup_requires or maybe not at all. If scikit-build could gain a new require_cmake_version argument, which would then check for the cmake command and ask it's version, then add the python 'cmake' as a requirement if this does not pass, that might be ideal.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions