Goondex/pyproject.toml

14 lines
346 B
TOML

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "porndex-importer"
version = "0.3.2"
description = "Porndex PornPics Importer and Tagger"
authors = [{ name = "Stu Leak", email = "leaktechnologies@proton.me" }]
requires-python = ">=3.10"
[project.scripts]
porndex-importer = "importer.cli:main"