pyproject

This commit is contained in:
randogoth 2026-02-10 20:55:15 +02:00
parent b80cd14af2
commit bc37a36e43
2 changed files with 18 additions and 3 deletions

9
pyproject.toml Normal file
View file

@ -0,0 +1,9 @@
[project]
name = "monkeysucker"
version = "0.1.0"
description = "Convert WriteMonkey 3 sheet files into markdown files."
readme = "README.md"
requires-python = ">=3.10"
[project.scripts]
monkeysucker = "monkeysucker:main"