nanogenmo-25-grawlix/pyproject.toml

13 lines
271 B
TOML

[project]
name = "nanogenmo-grawlix"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"grawlix>=0.1.0",
]
[tool.uv.sources]
grawlix = { git = "https://git.tilde.town/bombinans/grawlix.git" }