File: pyproject.toml

package info (click to toggle)
python-build 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 516 kB
  • sloc: python: 2,994; makefile: 16
file content (9 lines) | stat: -rw-r--r-- 243 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[build-system]
build-backend = 'backend_no_prepare'
backend-path = ['.']
requires = []

[project]
name = "test-no-prepare"
version = "1.0.0"
description = "Test extracting metadata from a backend w/out `prepare_metadata_for_build_wheel` hook"