11 lines
No EOL
264 B
TOML
11 lines
No EOL
264 B
TOML
[project]
|
|
name = "italianfood"
|
|
version = "0.1.1"
|
|
description = "This is a project about pizza making"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = []
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=61.0", "wheel"]
|
|
build-backend = "setuptools.build_meta" |