9 lines
201 B
TOML
9 lines
201 B
TOML
[build-system]
|
|
requires = ["setuptools>=61"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "fetch-ml-pyproject-fixture"
|
|
version = "0.0.0"
|
|
description = "fixture"
|
|
requires-python = ">=3.10"
|