7 lines
195 B
TOML
7 lines
195 B
TOML
[project]
|
|
name = "プロジェクト名を設定してください"
|
|
version = "0.1.0"
|
|
description = "プロジェクトの説明"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [] |