Some checks failed
Gitea/kapitanbooru-uploader/pipeline/head There was a failure building this commit
32 lines
777 B
TOML
32 lines
777 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "kapitanbooru-uploader"
|
|
version = "0.4.1"
|
|
description = "A GUI application for uploading images to KapitanBooru"
|
|
authors = [
|
|
{name = "Michał Leśniak", email = "kapitan@mlesniak.pl"}
|
|
]
|
|
dependencies = [
|
|
"networkx==3.4.2",
|
|
"Pillow==11.1.0",
|
|
"pywin32==308",
|
|
"requests==2.32.3",
|
|
"wdtagger==0.13.2",
|
|
"bs4==0.0.2"
|
|
]
|
|
requires-python = ">=3.13"
|
|
readme = "README.md"
|
|
license = {file = "LICENSE"}
|
|
|
|
[project.scripts]
|
|
kapitanbooru-uploader = "kapitanbooru_uploader.__main__:main"
|
|
|
|
[tool.setuptools]
|
|
packages = ["kapitanbooru_uploader"]
|
|
include-package-data = true
|
|
|
|
[tool.setuptools.package-data]
|
|
"kapitanbooru_uploader" = ["locales/*/LC_MESSAGES/*.mo"] |