mirror of
https://github.com/godotengine/godot-contributing-docs.git
synced 2025-12-31 05:48:13 +03:00
9 lines
229 B
TOML
9 lines
229 B
TOML
[build-system]
|
|
requires = ["flit_core >=3.2,<4"]
|
|
build-backend = "flit_core.buildapi"
|
|
|
|
[project]
|
|
name = "Godot Contributing Docs"
|
|
authors = [{name = "Graziella", email = "graziella@lumache"}]
|
|
dynamic = ["version", "description"]
|