13 lines
253 B
TOML
13 lines
253 B
TOML
[project]
|
|
name = "intro3"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"png-parser",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
png-parser = { git = "https://github.com/Hedroed/png-parser" }
|