Add Toml
This commit is contained in:
parent
2a9890638b
commit
956e137724
20
pyproject.toml
Normal file
20
pyproject.toml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
|
||||||
|
[project]
|
||||||
|
name="doc-utils"
|
||||||
|
authors = [
|
||||||
|
{name = "Francesco Bellini", email = "doc.open.dev@gmail.com"}
|
||||||
|
]
|
||||||
|
version="0.0.1"
|
||||||
|
description="Useful tool for Doc to use"
|
||||||
|
license={file = "LICENSE"}
|
||||||
|
keywords=["promtpt", "save", "history"]
|
||||||
|
requires-python=">=3.8"
|
||||||
|
classifiers = [
|
||||||
|
]
|
||||||
|
dependencies = [
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
[project.urls]
|
||||||
|
bugs = "https://gitea.psichedelico.com/ComfyUI/doc-nodes/issues"
|
||||||
|
homepage = "https://gitea.psichedelico.com/ComfyUI/doc-nodes"
|
Loading…
x
Reference in New Issue
Block a user