notepad/pyproject.toml
Greg Gauthier 01acd4d6e6
Some checks failed
Release / release (push) Failing after 55s
notepad initial commit
2026-02-14 14:15:52 +00:00

10 lines
228 B
TOML

[tool.poetry]
name = "notepad"
version = "0.1.0"
description = "Python dependencies for NotePad project"
authors = ["Greg Gauthier <gmgauthier@protonmail.com>"]
package-mode = false
[tool.poetry.dependencies]
python = ">=3.12"