Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: pep518: don't require wheel for default build system
According to updated PEP518 specification: > An example [build-system] table for a project built with setuptools is: ```toml [build-system] # Minimum requirements for the build system to execute. requires = ["setuptools"] ``` Build tools are expected to use the example configuration file above as their default semantics when a pyproject.toml file is not present. `wheel` is setuptools' PEP517 dependency (required to build a wheel). See for details: https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-build-system-dependencies-the-build-system-table Fixes: #87 Signed-off-by: Stanislav Levin <[email protected]>
- Loading branch information