pyproject
This commit is contained in:
parent
b80cd14af2
commit
bc37a36e43
2 changed files with 18 additions and 3 deletions
9
pyproject.toml
Normal file
9
pyproject.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue