10 lines
226 B
TOML
10 lines
226 B
TOML
[project]
|
|
name = "novelai-sort"
|
|
version = "0.1.0"
|
|
description = "Sort NovelAI PNG files based on comment"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
dependencies = []
|
|
|
|
[project.scripts]
|
|
meinprojekt = "novelaisort.cli:main" |