Код: Выделить всё
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "easypeasy"
version = "0.0.0"
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
'pytest',
'numpy',
]
[project.urls]
"Homepage" = "https://github.com/RandomCraftr/easypeasy"
"Bug Tracker" = "https://github.com/RandomCraftr/easypeasy/issues"
Каким должен быть файл конфигурации config.yaml для этого проекта, чтобы обеспечить работу CircleCI?
Подробнее здесь: https://stackoverflow.com/questions/730 ... oject-toml
Мобильная версия